22 lines
585 B
Bash
22 lines
585 B
Bash
# Template file for 'surgescript'
|
|
pkgname=surgescript
|
|
version=0.6.1
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config"
|
|
short_desc="Scripting language for games"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://opensurge2d.org/"
|
|
distfiles="http://github.com/alemart/surgescript/archive/v${version}.tar.gz"
|
|
checksum=664151bb8c3d66de370ea6c2ae55f271d715f2c4b24bcc5758eb1ba33ed3a691
|
|
|
|
surgescript-devel_package() {
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|