This commit is contained in:
Kuoi 2022-05-31 22:42:18 +01:00 committed by GitHub
parent 5fdf0412a4
commit 34632a43df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
pkgname=tnt
pkgver=2022.05.02
pkgrel=1
pkgrel=2
pkgdesc="Tree analysis using New Technology. https://doi.org/10.1111/cla.12160"
arch=('x86_64')
url="http://www.lillo.org.ar/phylogeny/tnt/"
@ -16,9 +16,9 @@ source=("http://www.lillo.org.ar/phylogeny/tnt/tnt64-no-tax-limit.zip")
sha256sums=('4f0d2b70a2119974701057120acbe75328d73c85d8425ac3be396a57478f9c56')
package () {
cd ${srcdir}
# chmod +x tnt
chmod +x tnt
chmod +x xtnt
# install -Dm 755 tnt ${pkgdir}/usr/bin/tnt
install -Dm 755 tnt ${pkgdir}/usr/bin/tnt
install -Dm 755 xtnt ${pkgdir}/usr/bin/xtnt
install -Dm 755 Tred.ttf ${pkgdir}/usr/share/fonts/Tred/Tred.ttf
install -Dm 755 tnt.htm ${pkgdir}/usr/share/doc/tnt/tnt.htm