mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
rebuild
This commit is contained in:
parent
5fdf0412a4
commit
34632a43df
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue