void-packages/srcpkgs/rfkill/template
2013-05-17 06:36:04 +02:00

18 lines
547 B
Plaintext

# Template file for 'rkill'
pkgname=rfkill
version=0.5
revision=1
build_style=gnu-makefile
short_desc="Small tool to query the state of the rfkill switches, buttons and subsystem interfaces"
maintainer="tripledes <tripledes@gmail.com>"
license="Public domain"
homepage="http://wireless.kernel.org/en/users/Documentation/rfkill"
distfiles="https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$version.tar.bz2"
checksum=3e160cca504a53679f2b3254f31c53a4fb38a021bc50fed8eb57a436d33dfa07
rfkill_package() {
pkg_install() {
vmove usr
}
}