27 lines
740 B
Bash
27 lines
740 B
Bash
# Template file for 'wf-config'
|
|
pkgname=wf-config
|
|
version=0.7.0
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config"
|
|
makedepends="glm libevdev-devel libxml2-devel"
|
|
short_desc="Wayfire library for managing configuration files"
|
|
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://wayfire.org"
|
|
distfiles="https://github.com/WayfireWM/wf-config/archive/v${version}.tar.gz"
|
|
checksum=a8712d6a10d74b2bdba3dac9e01448945a0470ce8b1cd6d5caa2a8194f889b04
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
wf-config-devel_package() {
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|