void-packages/srcpkgs/AppStream/template
2020-06-03 20:16:54 +02:00

39 lines
1.2 KiB
Bash

# Template file for 'AppStream'
pkgname=AppStream
version=0.12.11
revision=1
wrksrc="appstream-${version}"
build_style=meson
configure_args="-Dgir=false -Dstemming=false -Dapidocs=false -Dqt=true"
hostmakedepends="docbook-xsl glib-devel gperf libxslt pkg-config
qt5-host-tools"
makedepends="libglib-devel libxml2-devel libyaml-devel qt5-devel lmdb-devel libsoup-devel"
short_desc="Tools and libraries to work with AppStream metadata"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/ximion/appstream"
changelog="https://raw.githubusercontent.com/ximion/appstream/master/NEWS"
distfiles="https://github.com/ximion/appstream/archive/v${version}.tar.gz"
checksum=c44e1e8f0684a7c3bfce4c366148956ac29fa0b7c8298ef9952faf79bbb34fef
conf_files="/etc/appstream.conf"
triggers="appstream-cache"
nocross="https://api.travis-ci.org/v3/job/592923595/log.txt"
AppStream-devel_package() {
depends="AppStream-${version}_${revision} AppStream-qt-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}
AppStream-qt_package() {
short_desc+=" - qt5 interface library"
pkg_install() {
vmove "usr/lib/libAppStreamQt.so.*"
}
}