# Maintainer: Roberto Rossini ("robymetallo") pkgname=stringtie pkgver=2.0.3 pkgrel=1 pkgdesc="A fast and highly efficient assembler of RNA-Seq\ alignments into potential transcripts" url='https://ccb.jhu.edu/software/stringtie/index.shtml' arch=('x86_64') license=('Artistic2.0') depends=('gcc-libs' 'zlib') source=("https://ccb.jhu.edu/software/$pkgname/dl/$pkgname-$pkgver.tar.gz") sha256sums=('152c99e2ac5ccc83cff3ea55a3c8637151596ab4215a17a11bb36ad475bd4b42') build() { cd $pkgname-$pkgver/ make release } check() { cd $pkgname-$pkgver/ make test } package() { cd $pkgname-$pkgver/ install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname" }