void-packages/srcpkgs/linux-wifi-hotspot/template

20 lines
697 B
Bash

# Template file for 'linux-wifi-hotspot'
pkgname=linux-wifi-hotspot
version=4.7.1
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config which glib-devel"
makedepends="gtk+3-devel libpng-devel qrencode-devel"
depends="bash dnsmasq hostapd iproute2 iptables iw procps-ng util-linux"
short_desc="Feature-rich wifi hotspot creator"
maintainer="Bnyro <bnyro@tutanota.com>"
license="BSD-2-Clause"
homepage="https://github.com/lakinduakash/linux-wifi-hotspot"
distfiles="https://github.com/lakinduakash/linux-wifi-hotspot/archive/refs/tags/v${version}.tar.gz"
checksum=bed063a6dd2592bbfbf423f7d45b92a38e44e3ac13cdc7ddd42a9c45f803e762
conflicts="create_ap"
post_install() {
vlicense LICENSE
}