1 # Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
6 pkgdesc='Extra configuration files for UFW'
8 url='https://github.com/xyproto/ufw-extras'
12 source=("git+$url#commit=41a1595e534696549a3e6365caecb1d610c93ec6") # tag: 0.7.0
16 for f in $pkgname/ufw-*; do
17 install -Dm644 $f "$pkgdir/etc/ufw/applications.d/$(basename $f)"
19 # skip ufw-mosh, since mosh already provides this file, ref #75547
20 rm "$pkgdir/etc/ufw/applications.d/ufw-mosh"