# Maintainer: alienzj pkgname=seqtk pkgver=1.5 pkgrel=1 pkgdesc="Toolkit for processing sequences in FASTA/Q formats" arch=('x86_64') url="https://github.com/lh3/seqtk" license=('MIT') makedepends=('zlib' 'make') provides=('seqtk') conflicts=('seqtk') source=("https://github.com/lh3/seqtk/archive/v${pkgver}.tar.gz") md5sums=('4dca2a2fc47b3d5a8eaccb46b1ef700d') build() { cd $srcdir/seqtk-${pkgver} make } package() { cd $srcdir/seqtk-${pkgver} install -Dm755 seqtk $pkgdir/usr/bin/seqtk install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/seqtk/LICENSE }