pkgname=gdevelop-git
pkgver=master
pkgrel=1
pkgdesc=“GDevelop is a full featured, open source game development software, allowing to create HTML5 and native games without needing any knowledge in a specific programming language. All the game logic is made thanks to an intuitive and powerful event based system.”
arch=(‘i686’ ‘x86_64’)
url=“http://www.compilgames.net”
license=(‘GPL’ ‘MIT’ ‘zlib/png’)
groups=()
install=‘GD.install’
makedepends=(‘rsync’ ‘cmake’ ‘git’ ‘curl’)
depends=(‘gcc’ ‘wxgtk’ ‘openal’ ‘p7zip’ ‘glew’ ‘libsndfile’ ‘systemd’ ‘libjpeg-turbo’ ‘desktop-file-utils’ ‘gtk-update-icon-cache’)
#changelog=‘PKGBUILD.changelog’
source=(‘git+https://github.com/4ian/GD.git’)
md5sums=(SKIP)
changed the build script slightly - to make a package with a better name. This one needs to be tested though. Also where at github is the release text file log? Maybe we can hook that into the PKGBUILD.changelog file
pkgname=gdevelop-git
pkgver=master
pkgrel=1
pkgdesc=“GDevelop is a full featured, open source game development software, allowing to create HTML5 and native games without needing any knowledge in a specific programming language. All the game logic is made thanks to an intuitive and powerful event based system.”
arch=(‘i686’ ‘x86_64’)
url=“http://www.compilgames.net”
license=(‘GPL’ ‘MIT’ ‘zlib/png’)
groups=()
install=‘GD.install’
makedepends=(‘rsync’ ‘cmake’ ‘git’ ‘curl’)
depends=(‘gcc’ ‘wxgtk’ ‘openal’ ‘p7zip’ ‘glew’ ‘libsndfile’ ‘systemd’ ‘libjpeg-turbo’ ‘desktop-file-utils’ ‘gtk-update-icon-cache’)
#changelog=‘PKGBUILD.changelog’
source=(‘git+https://github.com/4ian/GD.git’)
md5sums=(SKIP)
Had to shorten the description slightly in order to get it approved.
If you are on Arch or manjaro or other arch based distro, type this in terminal
yaourt gdevelop-git
And it should get listed there. Cheers!
Btw it needs testing, did I mention. I am waiting on victor and 4ian to commit fixes to some of my bug reports before building a new git version with the script again.
pkgname=gdevelop-git
pkgver=master
pkgrel=1
pkgdesc=“GDevelop is a full featured, open source game development software, allowing to create HTML5 and native games without needing any knowledge in a specific programming language. All the game logic is made thanks to an intuitive and powerful event based system.”
arch=(‘i686’ ‘x86_64’)
url=“http://www.compilgames.net”
license=(‘GPL’ ‘MIT’ ‘zlib/png’)
groups=()
conflicts=(‘gdevelop’)
install=‘GD.install’
makedepends=(‘rsync’ ‘cmake’ ‘git’ ‘curl’)
depends=(‘gcc’ ‘wxgtk’ ‘openal’ ‘p7zip’ ‘glew’ ‘libsndfile’ ‘systemd’ ‘libjpeg-turbo’ ‘desktop-file-utils’ ‘gtk-update-icon-cache’)
#changelog=‘PKGBUILD.changelog’
source=(‘git+https://github.com/4ian/GD.git’)
md5sums=(SKIP)