New package: create_ap-0.4.3

Tweaks by Christian Neukirchen <chneukirchen@gmail.com>.

Closes: #5151 [via git-merge-pr]
This commit is contained in:
Aaron Marcher 2016-11-10 00:10:40 +01:00 committed by Christian Neukirchen
parent 229e816715
commit 04ba635a0e

View file

@ -0,0 +1,18 @@
# Template file for 'create_ap'
pkgname=create_ap
version=0.4.3
revision=1
noarch=yes
conf_files="/etc/create_ap.conf"
build_style=gnu-makefile
depends="bash dnsmasq hostapd iproute2 iptables iw procps-ng util-linux"
short_desc="Script to create a NATed or Bridged WiFi Access Point"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="2-clause-BSD"
homepage="https://github.com/oblique/create_ap"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=adaaca6c22e8de56e9efd399ddea3edeed29f98e1743042f2a78eb7e666f0aeb
post_install() {
vlicense LICENSE
}