18 lines
521 B
Bash
18 lines
521 B
Bash
# Template file for 'ufw-extras'
|
|
pkgname=ufw-extras
|
|
version=0.6.0
|
|
revision=1
|
|
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=56c1e095a430def572e267774b1425c5e603c9be1d85ac1507e5c76c3413aa9e
|
|
|
|
do_install() {
|
|
for f in ufw-*; do
|
|
vinstall ${f} 644 etc/ufw/applications.d
|
|
done
|
|
}
|