void-packages/srcpkgs/ufw-extras/template
2019-04-18 16:57:00 -03:00

18 lines
532 B
Bash

# Template file for 'ufw-extras'
pkgname=ufw-extras
version=0.5
revision=1
archs=noarch
depends="ufw"
short_desc="Extra configuration files for Uncomplicated Firewall (ufw)"
maintainer="Orphaned <orphan@voidlinux.org>"
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=4c152b124a33425afb825e0f4f5d52152abe5e9d04d22c424ad2b7fdce18f7e6
do_install() {
for f in ufw-*; do
vinstall ${f} 644 etc/ufw/applications.d
done
}