New package: ufw-extras-0.4.
Closes #14345. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
d234647e8f
commit
57d18ec9f4
1 changed files with 18 additions and 0 deletions
18
srcpkgs/ufw-extras/template
Normal file
18
srcpkgs/ufw-extras/template
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue