fix the PKGBUILD

This commit is contained in:
月季花中的星辰 2021-11-04 11:27:35 +00:00 committed by GitHub
parent d831027c0a
commit 197117eb95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,5 @@
# Maintainer: 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
pkgver=1.0.3
@ -11,18 +10,11 @@ url='https://github.com/amkozlov/raxml-ng'
arch=('x86_64')
license=('AGPL3')
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")
sha256sums=('cc824fea81d73332ca2e8c641514013aaa8a478535461b2d3c80b8ef93f47b16')
prepare() {
cd "${srcdir}"
}
package() {
cd "${srcdir}"
./install.sh
cd "${srcdir}"/bin
install -Dm755 raxml-ng "${pkgdir}/usr/bin/${pkgname}"
}