New package: gosu-0.12.0

Closes: #6256 [via git-merge-pr]
This commit is contained in:
Paul Merrill 2017-04-23 22:50:33 -07:00 committed by Duncaen
parent 65b266fd80
commit 2826534a0f
2 changed files with 31 additions and 0 deletions

1
srcpkgs/gosu-devel Symbolic link
View File

@ -0,0 +1 @@
gosu

30
srcpkgs/gosu/template Normal file
View File

@ -0,0 +1,30 @@
pkgname=gosu
version=0.12.0
revision=1
build_style=cmake
build_wrksrc=cmake
hostmakedepends="cmake pkg-config"
makedepends="libopenal-devel libsndfile-devel mpg123-devel pango-devel
SDL2_ttf-devel"
depends="libopenal libmpg123 libsndfile pango SDL2_ttf"
short_desc="2D game development library"
maintainer="Paul Merrill <pdm@pdm.me>"
license="MIT"
homepage="https://www.libgosu.org"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
checksum=aa726e7da57eb4671ff19a198e7015c1899e0536b0152e7375a949c7216ef90c
post_install() {
vlicense ../COPYING LICENSE
}
gosu-devel_package() {
depends="gosu>=${version}_${revision} pkg-config"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/share/pkgconfig
vmove usr/share/Gosu
vmove "usr/lib/*.so"
}
}