void-packages/srcpkgs/gtk-layer-shell/template
2020-03-10 15:38:58 +00:00

29 lines
857 B
Bash

# Template file for 'gtk-layer-shell'
pkgname=gtk-layer-shell
version=0.1.0
revision=1
build_style=meson
build_helper="gir"
hostmakedepends="gobject-introspection pkg-config wayland-devel"
makedepends="gtk+3-devel wayland-devel"
short_desc="Library to create panels and other desktop components for Wayland"
maintainer="travankor <travankor@tuta.io>"
license="MIT"
homepage="https://github.com/wmww/gtk-layer-shell"
distfiles="https://github.com/wmww/gtk-layer-shell/archive/v${version}.tar.gz"
checksum=f7569e27ae30b1a94c3ad6c955cf56240d6bc272b760d9d266ce2ccdb94a5cf0
post_install() {
vlicense COPYING
}
gtk-layer-shell-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/gir-1.0
}
}