summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 3c6d98b0e4b44831aba4c22ed002ebfe597d8e46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgbase = staplegl-git
	pkgdesc = Header-only C++20 OpenGL wrapper
	pkgver = 0.10.0
	pkgrel = 2
	url = https://github.com/dario-loi/staplegl
	arch = any
	license = MIT
	makedepends = git
	optdepends = glfw: to compile the examples
	optdepends = tbb: for the multithreading in the batches example
	optdepends = cmake: to compile the examples
	optdepends = doxygen: to generate the documentation locally
	source = git+https://github.com/dario-loi/staplegl.git#tag=v0.10.0
	md5sums = SKIP

pkgname = staplegl-git