mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: libuInputPlus-0.1.3
This commit is contained in:
parent
3c61ea3652
commit
b4f56abdb6
3 changed files with 27 additions and 0 deletions
|
@ -3526,3 +3526,4 @@ libarmadillo.so.9 armadillo-9.700.2_1
|
||||||
libvarnishapi.so.2 libvarnishapi-6.3.0_1
|
libvarnishapi.so.2 libvarnishapi-6.3.0_1
|
||||||
libicns.so.1 libicns-0.8.1_1
|
libicns.so.1 libicns-0.8.1_1
|
||||||
librabbitmq.so.4 rabbitmq-c-0.9.0_1
|
librabbitmq.so.4 rabbitmq-c-0.9.0_1
|
||||||
|
libuInputPlus.so.0 libuInputPlus-0.1.3_1
|
||||||
|
|
1
srcpkgs/libuInputPlus-devel
Symbolic link
1
srcpkgs/libuInputPlus-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libuInputPlus
|
25
srcpkgs/libuInputPlus/template
Normal file
25
srcpkgs/libuInputPlus/template
Normal file
|
@ -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 <steinex@nognu.de>"
|
||||||
|
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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue