void-packages/srcpkgs/wpa_actiond/template
Colin Booth 71b13aef94 wpa_actiond: fix license, template layout
This does not fix the currently broken homepage as Arch Linux appears to
have scrubbed it from the face of the earth. However, the source archive
download still works so it isn't entirely dead yet.
2021-08-22 17:09:50 +07:00

19 lines
580 B
Bash

# Template file for 'wpa_actiond'
pkgname=wpa_actiond
version=1.4
revision=2
build_style=gnu-makefile
depends="wpa_supplicant"
short_desc="Daemon that connects to wpa_supplicant and handles connection events"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2.0-only"
homepage="http://projects.archlinux.org/wpa_actiond.git/"
distfiles="https://sources.archlinux.org/other/wpa_actiond/${pkgname}-${version}.tar.xz"
checksum=e0e65e7c52a32796a0ff855ab18aa0b237d6b9afc87d4008c0380735abcb1a54
do_install() {
vbin wpa_actiond
vbin ${FILESDIR}/wpa_log
vsv wpa_actiond
}