# Maintainer: Andrew O'Neill # Contributor: Christian Krause ("wookietreiber") pkgname=mothur pkgver=1.41.2 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=('ac739f537ef1750c0a30c68af396fb189e58fb518b1fd0ae4e905dd93ea50263') prepare() { cd "${pkgname}-${pkgver}" rm filefile.cpp filefile.hpp } build() { cd "${pkgname}-${pkgver}" make } package() { cd "${pkgname}-${pkgver}" install -Dm755 mothur "${pkgdir}/usr/bin/mothur" install -Dm755 uchime "${pkgdir}/usr/bin/uchime" }