blob: 2a9f503062d5bd0348234b0c2fddfa71b995319a (
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
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.
pkgver = 1.2.0
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-git
source = git+https://github.com/GamedevFramework/gf
sha256sums = SKIP
pkgname = gf
|