summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 0d2d166b6f9cc6b8312a88eef7d2def13f757257 (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 = 1.0.0.r1607.877e07e
	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