# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=iw
pkgver=5.4
pkgrel=0
pkgdesc="nl80211 based CLI configuration utility for wireless devices"
url="https://wireless.kernel.org/en/users/Documentation/iw"
arch="all"
license="ISC"
makedepends="libnl3-dev linux-headers"
subpackages="$pkgname-doc"
source="https://www.kernel.org/pub/software/network/iw/iw-$pkgver.tar.xz"
options="!check" # no test suite

build() {
	make V=1
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="84408194e5b3a2f119ae9711d856ecb4343734ebb91150e0441b2410af8f75f460ce9ab1ce7151b0dda3926270bcb80fa684058945b7549c98964a0379e39ba2  iw-5.4.tar.xz"
