Mercurial > hg > pub > prymula > com
annotate trix/DEBIAN/debian.control @ 21:bef3b1af6326
trix - package for arch
author | Przemyslaw <prymula76@outlook.com> |
---|---|
date | Sun, 31 Mar 2024 22:14:33 +0200 |
parents | 542e305f23f4 |
children |
rev | line source |
---|---|
6 | 1 Source: trix |
2 Section: devel | |
3 Priority: extra | |
4 Maintainer: Przemysław R. Pietraszczyk | |
5 Build-Depends: debhelper-compat (= 12), libsdl2-dev, libsdl2-ttf-dev, libsdl2-image-dev, fakeroot, g++ | |
21 | 6 Standards-Version: 2.230821-1 |
6 | 7 Homepage: https://prymula.ct8.pl |
8 | |
9 | |
10 Package: trix | |
11 Architecture: amd64 | |
12 Depends: ${misc:Depends}, libsdl2-2.0-0, libsdl2-ttf-2.0-0, libsdl2-image-2.0-0 | |
13 Description: My implementation of the cult game | |
21 | 14 |