New package: libevdevPlus-0.1.0

This commit is contained in:
Frank Steinborn 2019-10-19 15:18:08 +02:00 committed by Johannes
parent b4f56abdb6
commit 2eda57a374
3 changed files with 27 additions and 0 deletions

View file

@ -3527,3 +3527,4 @@ 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
libevdevPlus.so.0 libevdevPlus-0.1.0_1

1
srcpkgs/libevdevPlus-devel Symbolic link
View file

@ -0,0 +1 @@
libevdevPlus

View file

@ -0,0 +1,25 @@
# Template file for 'libevdevPlus'
pkgname=libevdevPlus
version=0.1.0
revision=1
build_style=cmake
short_desc="Easy-to-use event device library in C++"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="MIT"
homepage="https://github.com/YukiWorkshop/libevdevPlus"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=2fd229c4321db62c419f9f254baf3d27d9d374ceeb3a795ea4b023f4c3baf908
post_install() {
vlicense LICENSE
}
libevdevPlus-devel_package() {
depends="libevdevPlus>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
vmove usr/lib/*.so
}
}