18 lines
577 B
Bash
18 lines
577 B
Bash
# Template file for 'create_ap'
|
|
pkgname=create_ap
|
|
version=0.4.6
|
|
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=fc86c8ed8fce6543adf15587f9b987fd12d711ad4e5762250abe6f9801e2bbb1
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|