From ce4eb01486e1aa23f8974abd72847e72377d2f2a Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 1 Jun 2023 15:08:06 +0200 Subject: [PATCH] New package: linux-wifi-hotspot-4.5.0 --- srcpkgs/linux-wifi-hotspot/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 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..990ff83a7bbd --- /dev/null +++ b/srcpkgs/linux-wifi-hotspot/template @@ -0,0 +1,24 @@ +# Template file for 'linux-wifi-hotspot' +pkgname=linux-wifi-hotspot +version=4.5.0 +revision=1 +archs="i686 x86_64 x86_64-musl" +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 +}