mosdepth: add git as makedepends

This commit is contained in:
Kuoi 2022-08-28 15:42:45 +01:00
parent 1e502ccfb0
commit e4b2bdf2be

View file

@ -8,7 +8,8 @@ pkgdesc='Fast BAM/CRAM depth calculation for WGS, exome, or targeted sequencing'
arch=('x86_64')
url="https://github.com/brentp/${pkgname}"
license=('MIT')
makedepends=('nim' 'htslib')
depends=('htslib')
makedepends=('nim' 'git')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('71edbefef8e3a43ddf41f79e24f4a11eb208e6fc0957e4431294a5e9517a3c14')