void-packages/srcpkgs/iwd/template

26 lines
742 B
Bash
Raw Normal View History

2018-05-14 19:03:56 +00:00
# Template file for 'iwd'
pkgname=iwd
2018-06-15 20:11:04 +00:00
version=0.3
2018-05-14 19:03:56 +00:00
revision=1
build_style=gnu-configure
configure_args="--disable-systemd-service --enable-docs"
hostmakedepends="asciidoc pkg-config"
makedepends="readline-devel dbus-devel"
depends="dbus"
2018-06-15 20:11:04 +00:00
checkdepends="python3"
2018-05-14 19:03:56 +00:00
short_desc="Internet Wireless Daemon by Intel that aims to replace wpa_supplicant"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="LGPL-2.1-or-later"
homepage="https://iwd.wiki.kernel.org/"
distfiles="${KERNEL_SITE}/network/wireless/iwd-${version}.tar.xz"
2018-06-15 20:11:04 +00:00
checksum=04987ac62db63962b53e6220e44e182c87e87a79e786cc4bf4d42eadf18177e4
2018-05-14 19:03:56 +00:00
make_dirs="/var/lib/iwd 0600 root root"
post_install() {
vmkdir etc/iwd
touch "${DESTDIR}"/etc/iwd/.empty
vsconf doc/main.conf
vsv iwd
}