summaryrefslogtreecommitdiff
path: root/7w/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-04-06 00:52:39 +0000
committerB Stack <bgstack15@gmail.com>2019-04-06 00:52:39 +0000
commit37ce2e21db7c7282a69c261c5969e6c78819d9bd (patch)
tree7e3f85bef1df908581415ad473bf3e4b8eaba832 /7w/debian/control
parentbeyond-the-titanic: fix minor spec problems (diff)
parent7w dpkg (diff)
downloadstackrpms-37ce2e21db7c7282a69c261c5969e6c78819d9bd.tar.gz
stackrpms-37ce2e21db7c7282a69c261c5969e6c78819d9bd.tar.bz2
stackrpms-37ce2e21db7c7282a69c261c5969e6c78819d9bd.zip
Merge branch '7w-bump' into 'master'
add 7w game See merge request bgstack15/stackrpms!51
Diffstat (limited to '7w/debian/control')
-rw-r--r--7w/debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/7w/debian/control b/7w/debian/control
new file mode 100644
index 0000000..57a53dd
--- /dev/null
+++ b/7w/debian/control
@@ -0,0 +1,19 @@
+Source: 7w
+Section: games
+Priority: optional
+Maintainer: B Stack <bgstack15@gmail.com>
+Build-Depends: debhelper (>=11~),
+ libncurses-dev
+Standards-Version: 4.1.4
+Homepage: https://gitlab.com/bgstack15/7w
+
+Package: 7w
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: ncurses-based version of 7 Wonders
+ 7 Wonders is a drafting card game by Antoine Bauza and adapted
+ for ncurses-based gameplay by Nathan Vance. Other works by
+ the computer adaptation author include cettlers, an ncurses
+ adapation of Settlers of Catan.
+
bgstack15