diff --git a/srcpkgs/ufw-extras/template b/srcpkgs/ufw-extras/template new file mode 100644 index 00000000000..326adfc15c5 --- /dev/null +++ b/srcpkgs/ufw-extras/template @@ -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 " +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 +}