19 lines
529 B
Bash
19 lines
529 B
Bash
|
# 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
|
||
|
}
|