void-packages/srcpkgs/gufw/template
cr6git 38c8f35aa4 gufw: update to 17.10.0
Closes: #6896 [via git-merge-pr]
2017-06-29 00:20:01 -07:00

20 lines
581 B
Bash

# Template file for 'gufw'
pkgname=gufw
version=17.10.0
revision=1
noarch=yes
wrksrc="gui-ufw-${version}"
build_style=python3-module
pycompile_module="gufw"
depends="python3-gobject net-tools ufw gtk+3"
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
do_build() {
:
}