aports/testing/aoetools/APKBUILD
Sertonix e71d03010c */*: remove empty contributor comments
They aren't used for anything.
2025-01-22 08:25:00 +00:00

23 lines
604 B
Text

# Maintainer:
pkgname=aoetools
pkgver=37
pkgrel=2
pkgdesc="tools for managing the linux AoE driver"
url="https://github.com/OpenAoE/aoetools"
arch="all"
license="GPL-2.0"
makedepends="linux-headers"
subpackages="$pkgname-doc"
source="https://github.com/OpenAoE/$pkgname/archive/$pkgname-$pkgver.tar.gz"
options="!check" # No tests
builddir="$srcdir/$pkgname-$pkgname-$pkgver"
build() {
make
}
package() {
make PREFIX="$pkgdir" install
}
sha512sums="4ff8f48f20d5ce8fb795373eff959f827b2c829d71c5ac5e63bcc2102aa7205d20991b70766330eed83b13b9731486fb6db777df13ba682f65823f455421632e aoetools-37.tar.gz"