diff options
author | B Stack <bgstack15@gmail.com> | 2019-04-06 00:52:39 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-04-06 00:52:39 +0000 |
commit | 37ce2e21db7c7282a69c261c5969e6c78819d9bd (patch) | |
tree | 7e3f85bef1df908581415ad473bf3e4b8eaba832 /7w/debian/control | |
parent | beyond-the-titanic: fix minor spec problems (diff) | |
parent | 7w dpkg (diff) | |
download | stackrpms-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/control | 19 |
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. + |