blob: 867391c8256dbcba33536ac6ee94465fe71523f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = 2048-cli-git
pkgdesc = The game 2048 for your Linux terminal
pkgver = 20160621
pkgrel = 1
url = https://github.com/tiehuis/2048-cli
arch = x86_64
arch = i686
license = MIT
makedepends = git
depends = ncurses
depends = sdl
provides = 2048-cli
conflicts = 2048.c
conflicts = 2048.c.git
source = git+https://github.com/tiehuis/2048-cli.git
md5sums = SKIP
pkgname = 2048-cli-git
|