void-packages/srcpkgs/rfkill/template

18 lines
537 B
Plaintext

# Template file for 'rkill'
pkgname=rfkill
version=0.4
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="http://wireless.kernel.org/download/rfkill/$pkgname-$version.tar.bz2"
checksum=ca10e4827a5f0a36e093aee6ad81b5febf81f8097d7d858889ac51ff364168c1
rfkill_package() {
pkg_install() {
vmove usr
}
}