New package: ufw-extras-0.4.

Closes #14345.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
cr6git 2018-05-12 18:02:42 +02:00 committed by Enno Boland
parent d234647e8f
commit 57d18ec9f4
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -0,0 +1,18 @@
# Template file for 'ufw-extras'
pkgname=ufw-extras
version=0.4
revision=1
noarch=yes
depends="ufw"
short_desc="Extra configuration files for Uncomplicated Firewall (ufw)"
maintainer="cr6git <quark6@protonmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/xyproto/ufw-extras"
distfiles="https://github.com/xyproto/ufw-extras/archive/${version}.tar.gz"
checksum=3fa5def5d3da28759f120a7fe2843e4e9ecd193e586cd5070438734cdae43ade
do_install() {
for f in ufw-*; do
vinstall ${f} 644 etc/ufw/applications.d
done
}