summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 520028fdfafcd9963c03735b3610327d8f093fe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Clint Valentine <valentine.clint@gmail.com>

pkgname=mosdepth
pkgver=0.2.1
pkgrel=1
pkgdesc="Fast BAM/CRAM depth calculation for WGS, exome, or targeted sequencing"
arch=('i686' 'x86_64')
url="https://github.com/brentp/mosdepth"
license=('MIT')
provides=('mosdepth')
conflicts=('mosdepth')
source=(https://github.com/brentp/"${pkgname}"/releases/download/v"${pkgver}"/"${pkgname}")
md5sums=('18f7eebecb3d09df170a8c2d925e24f0')

package() {
  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/"${pkgname}"
}