void-packages/srcpkgs/gufw/template

20 lines
No EOL
642 B
Bash

# Template file for 'gufw'
pkgname=gufw
version=17.10.0
revision=3
noarch=yes
wrksrc="gui-ufw-${version}"
build_style=python3-module
pycompile_module="gufw"
depends="python3-gobject net-tools ufw gtk+3 webkit2gtk"
hostmakedepends="python3-distutils-extra intltool $depends"
short_desc="GTK+ frontend for ufw"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-3"
homepage="https://gufw.org/"
distfiles="https://launchpad.net/gui-ufw/trunk/${version%.*}/+download/gui-ufw-${version}.tar.gz"
checksum=8632e763a07e8057f312786b8f7c4970d44c26e73f8b184be1d2fc314e9c3dac
pre_configure() {
sed -i 's/python3.5/python3.6/' bin/gufw-pkexec
}