aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-iproute2-qos/APKBUILD
blob: 5afac4577c9b2d55a7d12484142990210f2a509b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-iproute2-qos
pkgver=0.4.0
pkgrel=2
pkgdesc="ACF module for iproute2-qos"
url="http://git.alpinelinux.org/cgit/acf/$pkgname"
arch="noarch"
license="GPL-2.0"
depends="acf-core iproute2-qos acf-alpine-baselayout>=0.5.7"
source="https://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"

package() {
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}

sha512sums="ff06d5e8e3f7f5bbcbdf5dbe9aa4fc82b15ea0b1626e36a5659064dcc01f5ea1d055f0ae99ce105398091057ed073f93c3fc7c8ecac469c6ccdd1dd10ad00596  acf-iproute2-qos-0.4.0.tar.xz"