summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--curseofwar/.footprint6
-rw-r--r--curseofwar/.md5sum1
-rw-r--r--curseofwar/Pkgfile18
3 files changed, 25 insertions, 0 deletions
diff --git a/curseofwar/.footprint b/curseofwar/.footprint
new file mode 100644
index 000000000..59337c830
--- /dev/null
+++ b/curseofwar/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/curseofwar
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man6/
+-rw-r--r-- root/root usr/man/man6/curseofwar.6.gz
diff --git a/curseofwar/.md5sum b/curseofwar/.md5sum
new file mode 100644
index 000000000..6c6aff561
--- /dev/null
+++ b/curseofwar/.md5sum
@@ -0,0 +1 @@
+361f364342af357ed78ae4eabe465da8 v1.2.0.tar.gz
diff --git a/curseofwar/Pkgfile b/curseofwar/Pkgfile
new file mode 100644
index 000000000..70ca4a974
--- /dev/null
+++ b/curseofwar/Pkgfile
@@ -0,0 +1,18 @@
+# Description: ncurses based real time strategy game
+# URL: https://github.com/a-nikolaev/curseofwar/wiki
+# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
+# Depends on: ncurses
+
+name=curseofwar
+version=1.2.0
+release=1
+source=(https://github.com/a-nikolaev/$name/archive/v$version.tar.gz)
+
+build () {
+ cd "$name-$version"
+ make
+ make DESTDIR=$PKG \
+ MANPREFIX=/usr/man \
+ install
+ rm -rf $PKG/usr/share
+}

Generated by cgit