mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
17 lines
458 B
Bash
17 lines
458 B
Bash
# Maintainer: Ilya Elenskiy
|
|
|
|
pkgname=paup
|
|
pkgver=4a168
|
|
_execname=paup${pkgver//.0/}_ubuntu64
|
|
pkgrel=2
|
|
pkgdesc="Phylogenetic Analysis Using PAUP"
|
|
arch=('i686' 'x86_64')
|
|
url="http://phylosolutions.com/paup-test/"
|
|
license=('custom')
|
|
depends=('python2' 'gcc-fortran')
|
|
source=("http://phylosolutions.com/paup-test/paup${pkgver}_ubuntu64.gz")
|
|
md5sums=('a4a4f378cd5f8656664956180649d589')
|
|
|
|
package() {
|
|
install -Dm755 "$srcdir/$_execname" "$pkgdir/usr/bin/paup"
|
|
}
|