And re-enable riscv64 as the latest commits have added support for riscv64. Signed-off-by: Jens Reidel <adrian@travitia.xyz> [ci:skip-build]: already built successfully in CI
32 lines
991 B
Plaintext
32 lines
991 B
Plaintext
pkgname=unixbench
|
|
pkgver=5.1.3_git20230411
|
|
_commit="a07fcc03264915c624f0e4818993c5b4df3fa703"
|
|
pkgrel=0
|
|
pkgdesc="The original BYTE UNIX benchmark suite"
|
|
url="https://github.com/kdlucas/byte-unixbench"
|
|
arch="all"
|
|
license="GPL-2.0-or-later"
|
|
depends="perl make"
|
|
options="!check"
|
|
source="
|
|
$pkgname-$_commit.tar.gz::https://github.com/kdlucas/byte-unixbench/archive/$_commit.tar.gz
|
|
ubench
|
|
"
|
|
builddir="$srcdir/byte-unixbench-$_commit/UnixBench"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
install -Dm775 "$srcdir"/ubench "$pkgdir"/usr/bin/ubench
|
|
install -Dm775 Run "$pkgdir"/usr/share/unixbench/Run
|
|
|
|
cp -a pgms testdir Makefile src "$pkgdir"/usr/share/unixbench
|
|
}
|
|
|
|
sha512sums="
|
|
43bb6cbbb4ed1c1e564c6b17cb1b8f0ee3852a5ef9133200e1cb0891c4809615cf9a3b69cf4ffe62bdee6ef9ecc0f05dc9d3d83bbff929013d17199eaad11a4a unixbench-a07fcc03264915c624f0e4818993c5b4df3fa703.tar.gz
|
|
91590bfaac3b118ad9a7ec66200ecc7b5ff88b84f5e8552c6b30fcc4436669eb4467d6b9a89d0be8682903e88b843fc4e40e3c7f90406c398449edb187ad6771 ubench
|
|
"
|