summaryrefslogtreecommitdiffstats
path: root/main/shorewall/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/shorewall/APKBUILD')
-rw-r--r--main/shorewall/APKBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/main/shorewall/APKBUILD b/main/shorewall/APKBUILD
new file mode 100644
index 00000000000..735973cc26c
--- /dev/null
+++ b/main/shorewall/APKBUILD
@@ -0,0 +1,16 @@
+# Contributor: Natanael Copa <ncopa@alpinelinux.org>
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+pkgname=shorewall
+pkgver=4.2.10
+pkgrel=0
+pkgdesc="Meta package for shorewall"
+url="http://www.shorewall.net/"
+license="GPL"
+depends="shorewall-shell"
+makedepends=""
+source=""
+
+build() {
+ mkdir -p "$pkgdir"
+}
+