diff --git a/common/shlibs b/common/shlibs index 6e86e739ea..1e732a9825 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/toluapp-devel b/srcpkgs/toluapp-devel new file mode 120000 index 0000000000..b2206755b2 --- /dev/null +++ b/srcpkgs/toluapp-devel @@ -0,0 +1 @@ +toluapp \ No newline at end of file diff --git a/srcpkgs/toluapp/template b/srcpkgs/toluapp/template new file mode 100644 index 0000000000..d1ac8fbaba --- /dev/null +++ b/srcpkgs/toluapp/template @@ -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 " +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 + } +}