[arch-commits] Commit in ufw-extras/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 15:19:32 UTC 2020
Date: Tuesday, July 7, 2020 @ 15:19:31
Author: felixonmars
Revision: 658895
archrelease: copy trunk to community-staging-any
Added:
ufw-extras/repos/community-staging-any/
ufw-extras/repos/community-staging-any/PKGBUILD
(from rev 658894, ufw-extras/trunk/PKGBUILD)
----------+
PKGBUILD | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
Copied: ufw-extras/repos/community-staging-any/PKGBUILD (from rev 658894, ufw-extras/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 15:19:31 UTC (rev 658895)
@@ -0,0 +1,21 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=ufw-extras
+pkgver=0.5
+pkgrel=2
+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:
More information about the arch-commits
mailing list