void-packages/srcpkgs/libratbag/template
2019-12-21 22:06:58 +01:00

32 lines
956 B
Bash

# Template file for 'libratbag'
pkgname=libratbag
version=0.12
revision=1
build_style=meson
configure_args="-Dtests=false -Dsystemd-unit-dir=''
-Dsystemd=false -Db_ndebug=false"
hostmakedepends="pkg-config git swig"
makedepends="elogind-devel eudev-libudev-devel libglib-devel libevdev-devel
python3-devel json-glib-devel libunistring-devel"
depends="dbus python3-evdev python3-gobject"
short_desc="DBus daemon to configure gaming mice"
maintainer="bra1nwave <bra1nwave@protonmail.com>"
license="MIT"
homepage="https://github.com/libratbag/libratbag"
distfiles="https://github.com/libratbag/libratbag/archive/v${version}.tar.gz"
checksum=62d2b7215019d800392aa0fcb635127334661fbc011f169cac9d86d436d13f0c
post_install() {
vsv ratbagd
vlicense COPYING
}
libratbag-devel_package() {
depends="libratbag-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}