blob: 8735ab4f200636e65ab48d4aca324885ced89024 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = flappytiger
pkgdesc = An opensource flappybird clone written in C++ using GLFW
pkgver = 0.1
pkgrel = 0
url = https://github.com/tigermouthbear/flappytiger
arch = x86_64
license = MIT
makedepends = make
makedepends = cmake
makedepends = git
source = git://github.com/tigermouthbear/flappytiger.git
sha1sums = SKIP
pkgname = flappytiger
|