blob: 50b1d9d2152481df21a1fb2db08ba0d1014978b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = freesweep-git
pkgdesc = A console minesweeper-style game written in C for Unix-like systems
pkgver = 1.0.2.35.g68c0ee5
pkgrel = 1
url = https://github.com/rwestlund/freesweep
install = freesweep.install
arch = x86_64
arch = i686
license = GPL
makedepends = git
makedepends = autoconf
makedepends = automake
makedepends = libtool
depends = ncurses
backup = etc/sweeprc
backup = var/games/freesweep/sweeptimes
source = git+https://github.com/rwestlund/freesweep.git
sha512sums = SKIP
pkgname = freesweep-git
|