# Description: A program package designed for working with VCF files # URL: https://vcftools.github.io/ # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: name=vcftools version=0.1.16 release=1 source=(https://github.com/vcftools/vcftools/archive/v${version}/vcftools-$version.tar.gz) build() { cd $name-$version ./autogen.sh ./configure --prefix=/usr make make DESTDIR=$PKG install PMDIR=share/perl5/vendor_perl # Copy examples mkdir -p $PKG/usr/share/$name cp -a examples $PKG/usr/share/$name }