pmaports/main/unixbench/APKBUILD
Minecrell a85db1dc7b
*: remove "Contributor:" lines from APKBUILDs (MR 1203)
At the moment we have Contributor: lines on some packages (but not all of them),
but often they don't represent the actual contributors to the package very well.
E.g. when we added them retroactively to the device packages we only added
the initial contributor (which isn't necessarily the person
who made most of the work for a device...)

The Git history is the most representative source for figuring out
who contributed to a package, so there is no reason to duplicate that
into the APKBUILD.

[skip ci]: way too many packages
2020-05-02 21:45:25 +03:00

30 lines
1 KiB
Text

# Maintainer: Martijn Brixit <martijn@brixit.nl>
pkgname=unixbench
pkgver=5.1.3_git20180129
_commit="070030e09f6effdf0c6721e8fcc3a5c6fb5bed1a"
pkgrel=1
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="ca4b7ab21eaacddcb99f9237998c42e2179d8e136e23dc0e4d9b2774f460588bc1851dbf0cdb9ad99bd485eb67434a74408f878f76a8ea5672615495ea074124 unixbench-070030e09f6effdf0c6721e8fcc3a5c6fb5bed1a.tar.gz
91590bfaac3b118ad9a7ec66200ecc7b5ff88b84f5e8552c6b30fcc4436669eb4467d6b9a89d0be8682903e88b843fc4e40e3c7f90406c398449edb187ad6771 ubench"