diff --git a/common/shlibs b/common/shlibs index 75aa5675358..3bfe69bca2f 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3526,3 +3526,4 @@ libarmadillo.so.9 armadillo-9.700.2_1 libvarnishapi.so.2 libvarnishapi-6.3.0_1 libicns.so.1 libicns-0.8.1_1 librabbitmq.so.4 rabbitmq-c-0.9.0_1 +libuInputPlus.so.0 libuInputPlus-0.1.3_1 diff --git a/srcpkgs/libuInputPlus-devel b/srcpkgs/libuInputPlus-devel new file mode 120000 index 00000000000..509953ac1d3 --- /dev/null +++ b/srcpkgs/libuInputPlus-devel @@ -0,0 +1 @@ +libuInputPlus \ No newline at end of file diff --git a/srcpkgs/libuInputPlus/template b/srcpkgs/libuInputPlus/template new file mode 100644 index 00000000000..df3ffff3e90 --- /dev/null +++ b/srcpkgs/libuInputPlus/template @@ -0,0 +1,25 @@ +# Template file for 'libuInputPlus' +pkgname=libuInputPlus +version=0.1.3 +revision=1 +build_style=cmake +short_desc="Easy-to-use uinput library in C++" +maintainer="Frank Steinborn " +license="MIT" +homepage="https://github.com/YukiWorkshop/libuInputPlus" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=5e1ec424ea39df08a7d33ad88edcfc7f348125a308c45f47438f12db0cebc928 + +post_install() { + vlicense LICENSE +} + +libuInputPlus-devel_package() { + depends="libuInputPlus>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/*.a + vmove usr/lib/*.so + } +}