New package: love-0.9.2 (thanks @anarat)
This commit is contained in:
parent
14ecee0da8
commit
d20b04bc8b
1 changed files with 16 additions and 0 deletions
16
srcpkgs/love/template
Normal file
16
srcpkgs/love/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'love'
|
||||
pkgname=love
|
||||
version=0.9.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="SDL2-devel devil-devel libopenal-devel LuaJIT-devel freetype-devel physfs-devel libmodplug-devel mpg123-devel libvorbis-devel"
|
||||
depends="hicolor-icon-theme desktop-file-utils"
|
||||
short_desc="A framework for writing 2D games in lua"
|
||||
maintainer="Caleb Pilon <CJP@cock.li>"
|
||||
license="zlib"
|
||||
homepage="https://love2d.org/"
|
||||
distfiles="https://bitbucket.org/rude/love/downloads/${pkgname}-${version}-linux-src.tar.gz"
|
||||
checksum="a995d062dc14e7944c239934b9343583153718774511d8625885aa57f2b5c172"
|
||||
lib32disabled=yes
|
Loading…
Reference in a new issue