Merge pull request #2204 from beefcurtains/supertux2

New package: supertux2-0.3.5a
This commit is contained in:
Juan RP 2015-08-13 06:10:39 +02:00
commit 93c3ebfc43
3 changed files with 33 additions and 0 deletions

1
srcpkgs/supertux2-data Symbolic link
View file

@ -0,0 +1 @@
supertux2

View file

@ -0,0 +1,30 @@
# Template file for 'supertux2'
pkgname=supertux2
version=0.3.5a
revision=1
wrksrc=supertux-${version}
build_style=cmake
configure_args="
-DAPPDATADIR=/usr/share/supertux2
-DINSTALL_SUBDIR_BIN=bin
-DINSTALL_SUBDIR_SHARE=share/supertux2
-DWERROR=OFF"
hostmakedepends="cmake pkg-config"
makedepends="
SDL2_image-devel boost-devel glew-devel libcurl-devel
libvorbis-devel libopenal-devel physfs-devel"
depends="${pkgname}-data"
short_desc="Side-scrolling platform game, milestone 2"
maintainer="beefcurtains <beefcurtains@voidlinux.eu>"
license="GPL-3"
homepage="https://supertux.github.io/"
distfiles="https://github.com/SuperTux/supertux/releases/download/v${version}/supertux-${version}.tar.bz2"
checksum=71c34502b5879a4130fb111ac754967c3a632ef3017f30883a4d496d87bef8c7
supertux2-data_package() {
short_desc+=" - data files"
noarch=yes
pkg_install() {
vmove usr/share/supertux2
}
}

2
srcpkgs/supertux2/update Normal file
View file

@ -0,0 +1,2 @@
site="https://api.github.com/repos/SuperTux/supertux/tags"
pattern='"name":\s*"v\K[\w.]+(?=")'