New package: toluapp-1.0.93
This commit is contained in:
parent
35a257d8c8
commit
d458ce15a4
|
@ -2279,4 +2279,4 @@ libdbusmenu-qt5.so.2 libdbusmenu-qt5-0.9.3.0_1
|
|||
libKF5Solid.so.5 ksolid-5.15.0_1
|
||||
libfreeimage.so.3 freeimage-3.17.0_1
|
||||
libfreeimageplus.so.3 freeimage-plus-3.17.0_1
|
||||
|
||||
libtoluapp.so toluapp-1.0.93_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
toluapp
|
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'toluapp'
|
||||
pkgname=toluapp
|
||||
version=1.0.93
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config cmake"
|
||||
makedepends="lua51-devel"
|
||||
short_desc="Tool to integrate C and C++ code with Lua5.1"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/LuaDist/toluapp"
|
||||
distfiles="https://github.com/LuaDist/toluapp/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=0a1ff87cb74e7531aec57e2a7cfdf282116647dea3b46223e3cc7c362b55b5bb
|
||||
|
||||
post_install() {
|
||||
vlicense COPYRIGHT
|
||||
}
|
||||
|
||||
toluapp-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue