void-packages/srcpkgs/ayatana-ido/template

28 lines
896 B
Bash
Raw Normal View History

2022-11-30 10:53:41 +01:00
# Template file for 'ayatana-ido'
pkgname=ayatana-ido
version=0.9.2
revision=1
build_helper="gir"
build_style=cmake
hostmakedepends="pkg-config gobject-introspection vala"
makedepends="gtk+3-devel glib-devel"
short_desc="Ayatana Indicator Display Objects"
maintainer="tibequadorian <tibequadorian@posteo.de>"
license="LGPL-3.0-or-later"
homepage="https://ayatanaindicators.github.io/"
changelog="https://github.com/AyatanaIndicators/ayatana-ido/raw/main/ChangeLog"
distfiles="https://github.com/AyatanaIndicators/ayatana-ido/archive/${version}.tar.gz"
checksum=b166e7a160458e4a71f6086d2e4e97e18cf1ac584231a4b9f1f338914203884c
ayatana-ido-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
vmove usr/share/gir-1.0
vmove usr/share/vala
}
}