# Maintainer: Andrew O'Neill # Contributor: Christian Krause ("wookietreiber") pkgname=mothur pkgver=1.42.3 pkgrel=1 pkgdesc='A bioinformatics program for analyzing microbial communities.' arch=('x86_64') url='https://www.mothur.org/' license=('GPL3') depends=('boost-libs') makedepends=('boost' 'hdf5') options=('!buildflags') source=("https://github.com/${pkgname}/${pkgname}/archive/v.${pkgver}.tar.gz") sha256sums=('c723c5204ccefe4b598b9d7dee12a8193154849808e77d896ce3ca5265e9c352') build() { cd "${pkgname}-v.${pkgver}" make } package() { cd "${pkgname}-v.${pkgver}" install -Dm755 mothur "${pkgdir}/usr/bin/mothur" install -Dm755 uchime "${pkgdir}/usr/bin/uchime" }