# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>

pkgname=ufw-extras
pkgver=0.5
pkgrel=1
pkgdesc='Extra configuration files for UFW'
arch=(any)
url='https://github.com/xyproto/ufw-extras'
makedepends=(git)
depends=(ufw)
license=(GPL2)
source=("$pkgname::git+https://github.com/xyproto/$pkgname.git#tag=$pkgver")
md5sums=('SKIP')

package() {
  for f in "$pkgname/ufw-"*; do
    install -Dm644 "$f" "$pkgdir/etc/ufw/applications.d/$(basename $f)"
  done
}

# vim: ts=2 sw=2 et:
