mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
mosdepth: add git as makedepends
This commit is contained in:
parent
1e502ccfb0
commit
e4b2bdf2be
1 changed files with 2 additions and 1 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue