File: control

package info (click to toggle)
pacman.c 0%2Bgit20240818%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,696 kB
  • sloc: ansic: 29,446; makefile: 5; sh: 5
file content (25 lines) | stat: -rw-r--r-- 663 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
Source: pacman.c
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Alex Myczko <tar@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 libasound2-dev,
 libgl-dev,
 libxi-dev,
 libxcursor-dev,
Standards-Version: 4.7.0
Homepage: https://github.com/floooh/pacman.c
Vcs-Git: https://salsa.debian.org/games-team/pacman.c.git
Vcs-Browser: https://salsa.debian.org/games-team/pacman.c

Package: pacman.c
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: simple Pacman clone
 This is a Pacman clone written in C99 with minimal dependencies.