summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: e9345763a6514d75b7bce942fd6badc7ace8e3d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pkgbase = gf-git
	pkgdesc = Gamedev Framework (gf) is a framework to build 2D games in C++14. It is based on SDL and OpenGL ES 2.0, and presents an API that is very similar to the graphics module of SFML with additional features (development version).
	pkgver = 0.18.1.r2.g9de9dd7
	pkgrel = 1
	url = https://gamedevframework.github.io/
	arch = x86_64
	arch = i686
	license = ZLIB
	makedepends = boost
	makedepends = cmake
	makedepends = git
	depends = sdl2
	depends = boost-libs
	depends = freetype2
	depends = zlib
	depends = pugixml
	provides = gf
	conflicts = gf
	source = git+https://github.com/GamedevFramework/gf
	sha256sums = SKIP

pkgname = gf-git