summaryrefslogtreecommitdiff
path: root/7w/debian/control
blob: 784c275e44cd6c7e7f6045f4a74be1c42500f686 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: 7w
Section: games
Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
Build-Depends: debhelper (>=11~),
   libncurses-dev,
   ImageMagick,
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