Skip to content

Instantly share code, notes, and snippets.

View kochol's full-sized avatar
🏠
Working from home

CyrusGP kochol

🏠
Working from home
View GitHub Profile
0x54c8303725dB17E49f5768Bbe970bFF17d3E4dC9
@kochol
kochol / PKGBUILD
Last active August 29, 2015 14:08
PKGBUILD for easy install of kge on archlinux
# Maintainer: kochol <kocholsoft@yahoo.com>
pkgname=kge-git
pkgver=04b8627
pkgrel=1
pkgdesc="Kochol Game Engine"
arch=('i686' 'x86_64')
url="http://www.kge3d.org"
license=('zlib')
depends=('sdl2' 'glew' 'devil' 'nvidia-cg-toolkit' 'ncurses')