mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
fix biobambam PKGBUILD
This commit is contained in:
parent
93181bc15a
commit
0cbe67e5f0
1 changed files with 3 additions and 3 deletions
|
@ -13,16 +13,16 @@ source=(https://github.com/gt1/biobambam2/archive/refs/tags/${pkgver//_/-}.tar.g
|
||||||
sha256sums=('292a99d356f4523b31a18c79441fc387184ee13adf79682b040f88b4b2a05d27')
|
sha256sums=('292a99d356f4523b31a18c79441fc387184ee13adf79682b040f88b4b2a05d27')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}"/"${pkgname}2"-"${pkgver//_/-}."
|
cd "${srcdir}"/"${pkgname}2"-"${pkgver//_/-}"
|
||||||
./configure --prefix="${pkgdir}"/usr
|
./configure --prefix="${pkgdir}"/usr
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd "${srcdir}"/"${pkgname}2"-"${pkgver//_/-}."
|
cd "${srcdir}"/"${pkgname}2"-"${pkgver//_/-}"
|
||||||
make test
|
make test
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}"/"${pkgname}2"-"${pkgver//_/-}."
|
cd "${srcdir}"/"${pkgname}2"-"${pkgver//_/-}"
|
||||||
make install
|
make install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue