void-packages/srcpkgs/gufw/template
2021-04-19 10:38:35 +02:00

18 lines
598 B
Bash

# Template file for 'gufw'
pkgname=gufw
version=21.04.0
revision=1
wrksrc="gufw-${version}"
build_style=python3-module
hostmakedepends="python3-distutils-extra intltool"
depends="python3-gobject net-tools ufw gtk+3 webkit2gtk"
short_desc="GTK+ frontend for ufw"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://gufw.org/"
distfiles="https://github.com/costales/gufw/archive/refs/tags/$version.tar.gz"
checksum=b57892ec9817ca1520b2fef31cc3ef404b243ef1230bdccfdc6d75ed4e461841
pre_configure() {
vsed -i -e "s/python3.5/python$py3_ver/" bin/gufw-pkexec
}