File: control

package info (click to toggle)
ghextris 0.9.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 272 kB
  • sloc: python: 449; sh: 50; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 959 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: ghextris
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
 Peter Michael Green <plugwash@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 gettext,
Standards-Version: 4.6.0
Homepage: http://mjr.iki.fi/software/ghextris
Vcs-Browser: https://salsa.debian.org/games-team/ghextris
Vcs-Git: https://salsa.debian.org/games-team/ghextris.git

Package: ghextris
Architecture: all
Depends: ${misc:Depends},
  python3,
  python3-gi,
  python3-gi-cairo,
  python3-cairo,
  gir1.2-gtk-3.0,
  gir1.2-glib-2.0
Description: Tetris-like game on a hexagonal grid
 The object of the game is basically the same as in Tetris; use the
 pieces that fall down from the top of the game area to construct
 fully filled lines, which will then disappear to make room for more
 pieces. The twist is that the pieces are composed of hexagonal
 blocks, so your visualization skills will get an extra workout.