summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 8804625e6e2400465c9cd1c9b6a8d0849a5f0d11 (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++17. 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.20.0.r1483.6032fc5
	pkgrel = 2
	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