29 lines
882 B
Bash
29 lines
882 B
Bash
# Template build file for 'wlc'
|
|
pkgname=wlc
|
|
version=0.0.11
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config wayland-devel wayland-protocols"
|
|
makedepends="pixman-devel MesaLib-devel libxkbcommon-devel libdrm-devel
|
|
xcb-util-image-devel xcb-util-wm-devel wayland-devel wayland-protocols
|
|
libinput-devel"
|
|
short_desc="Wayland Compositor Library"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
homepage="https://github.com/Cloudef/wlc"
|
|
license="MIT"
|
|
distfiles="https://github.com/Cloudef/$pkgname/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
|
|
checksum=c2061f5d6c627688ea8b822ac5f4d3ba4d407b3f8d79267677ce4011b6390d22
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
wlc-devel_package() {
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/lib/*.so
|
|
}
|
|
}
|