26 lines
631 B
Bash
26 lines
631 B
Bash
# 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
|
|
}
|
|
}
|