27 lines
654 B
Bash
27 lines
654 B
Bash
# Template file for 'libuInputPlus'
|
|
pkgname=libuInputPlus
|
|
version=0.1.4
|
|
revision=1
|
|
build_style=cmake
|
|
short_desc="Easy-to-use uinput library in C++"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/YukiWorkshop/libuInputPlus"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=a537e156d11ad00c643b93cbd9b712d3ec9d0ae8e40731ff763fe9a6ffe97458
|
|
|
|
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
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|