mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
fix the PKGBUILD
This commit is contained in:
parent
d831027c0a
commit
197117eb95
1 changed files with 1 additions and 9 deletions
|
@ -1,6 +1,5 @@
|
||||||
# Maintainer: Guoyi ("malcology") <guoyizhang@malacology.net>
|
# Maintainer: Guoyi ("malcology") <guoyizhang@malacology.net>
|
||||||
# Contributor: Guoyi ("malcology") <guoyizhang@malacology.net>
|
# Contributor: Guoyi ("malcology") <guoyizhang@malacology.net>
|
||||||
# Contributor: Roberto Rossini ("robymetallo") <roberros@insert_university_of_oslo_domain.no>
|
|
||||||
|
|
||||||
pkgname=raxml-ng-mpi
|
pkgname=raxml-ng-mpi
|
||||||
pkgver=1.0.3
|
pkgver=1.0.3
|
||||||
|
@ -11,18 +10,11 @@ url='https://github.com/amkozlov/raxml-ng'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('AGPL3')
|
license=('AGPL3')
|
||||||
depends=('gcc-libs')
|
depends=('gcc-libs')
|
||||||
makedepends=('bison' 'cmake' 'flex' 'git' 'gmp')
|
|
||||||
checkdepends=('gmock' 'gtest')
|
|
||||||
source=("https://github.com/amkozlov/raxml-ng/releases/download/${pkgver}/raxml-ng_v${pkgver}_linux_x86_64.zip")
|
source=("https://github.com/amkozlov/raxml-ng/releases/download/${pkgver}/raxml-ng_v${pkgver}_linux_x86_64.zip")
|
||||||
sha256sums=('cc824fea81d73332ca2e8c641514013aaa8a478535461b2d3c80b8ef93f47b16')
|
sha256sums=('cc824fea81d73332ca2e8c641514013aaa8a478535461b2d3c80b8ef93f47b16')
|
||||||
|
|
||||||
prepare() {
|
|
||||||
cd "${srcdir}"
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
./install.sh
|
|
||||||
cd "${srcdir}"/bin
|
|
||||||
install -Dm755 raxml-ng "${pkgdir}/usr/bin/${pkgname}"
|
install -Dm755 raxml-ng "${pkgdir}/usr/bin/${pkgname}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue