1 # Maintainer: Mick Elliot <micke at sfu dot ca>
2 # Contributor: Mick Elliot <micke at sfu dot ca>
8 pkgdesc="Software for evolutionary biology, designed to help biologists analyze comparative data about organisms"
10 url="http://www.mesquiteproject.org/"
12 depends=('java-runtime' 'bash')
13 source=(${url}/${pkgname}Download/${pkgname}.tgz ${pkgname}.sh)
14 md5sums=('ac0d8940f948bd39f5cc4b7129e3996d' '3cee0e0b9f5289c5412a91f32eb2c7a8')
18 mkdir -p ${startdir}/pkg/opt
19 cp -R Mesquite_Folder ${startdir}/pkg/opt/${pkgname}
20 install -D -m755 ${pkgname}.sh ${startdir}/pkg/usr/bin/${pkgname}
21 chmod +x ${startdir}/pkg/usr/bin/${pkgname}