void-packages/srcpkgs/cinnamon-menus/template
2021-04-08 23:29:09 -03:00

26 lines
839 B
Bash

# Template file for 'cinnamon-menus'
pkgname=cinnamon-menus
version=4.8.3
revision=1
build_style=meson
build_helper=gir
hostmakedepends="glib-devel gobject-introspection intltool libtool pkg-config"
makedepends="libglib-devel gobject-introspection"
short_desc="Cinnamon menu specifications"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.0-or-later"
homepage="https://github.com/linuxmint/cinnamon-menus"
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
checksum=b0a02ab0e37d67e761c24545123ec354e7fab0a504267e524892a953bcfd98d7
cinnamon-menus-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove "usr/lib/*.so"
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/gir-1.0
}
}