blob: 0574cc7b8ae3e9a00b315b800a13e1a5e531c04d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Source: simple-snake
Section: games
Priority: optional
Maintainer: Louie S <louie@example.com>
Build-Depends: debhelper-compat (= 12), dh-autoreconf
Standards-Version: 4.5.0
Homepage: https://github.com/lshprung/simple-snake
Package: simple-snake
Architecture: amd64
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: simple ncurses snake game
ncurses snake game where the only boundaries are
the terminal window.
|