From 6335aa6c84b1efc2243cc5d1c42c71b69712ced4 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 1 Jun 2023 14:57:06 +0200 Subject: [PATCH] New package: linux-wifi-hotspot-4.5.0 --- srcpkgs/linux-wifi-hotspot/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/linux-wifi-hotspot/template diff --git a/srcpkgs/linux-wifi-hotspot/template b/srcpkgs/linux-wifi-hotspot/template new file mode 100644 index 000000000000..6bc407c54c6b --- /dev/null +++ b/srcpkgs/linux-wifi-hotspot/template @@ -0,0 +1,23 @@ +# Template file for 'linux-wifi-hotspot' +pkgname=linux-wifi-hotspot +version=4.5.0 +revision=1 +build_style=gnu-configure +hostmakedepends="pkg-config which glib-devel" +makedepends="gtk+3-devel libpng-devel qrencode-devel" +depends="gtk+3 bash dnsmasq hostapd iproute2 iptables iw procps-ng util-linux" +short_desc="Feature-rich wifi hotspot creator" +maintainer="Bnyro " +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=9e4222b7d3129347b01eef711911ec87c9a04e20efd12d88565f682a14eb91da +conflicts="create_ap" + +do_configure() { + : +} + +post_install() { + vlicense LICENSE +}