mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
21 lines
739 B
Text
21 lines
739 B
Text
# Contributor: Ted Trask <ttrask01@yahoo.com>
|
|
# Maintainer: Ted Trask <ttrask01@yahoo.com>
|
|
pkgname=acf-iproute2-qos
|
|
pkgver=0.4.0
|
|
pkgrel=5
|
|
pkgdesc="ACF module for iproute2-qos"
|
|
url="https://gitlab.alpinelinux.org/acf/acf-iproute2-qos"
|
|
arch="noarch"
|
|
license="GPL-2.0-only"
|
|
options="!check" # no test suite
|
|
depends="acf-core iproute2-qos acf-alpine-baselayout>=0.5.7"
|
|
source="https://gitlab.alpinelinux.org/acf/acf-iproute2-qos/-/archive/v$pkgver/acf-iproute2-qos-v$pkgver.tar.gz"
|
|
builddir="$srcdir/$pkgname-v$pkgver"
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
9d33941aaa67d57948dc3c09daa5105fd8d5cd90113d95645fcf5aaf885090bc09bbf36f9993c9c2e53e4397961729472fd61e48e203dac2ad66b5572bfb773e acf-iproute2-qos-v0.4.0.tar.gz
|
|
"
|