void-packages/srcpkgs/AppStream/template
2018-12-25 01:57:14 -02:00

36 lines
1.2 KiB
Bash

# Template file for 'AppStream'
pkgname=AppStream
version=0.12.4
revision=1
wrksrc="appstream-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"
short_desc="Tools and libraries to work with AppStream metadata"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
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/APPSTREAM_${version//./_}.tar.gz"
checksum=0a29c9df26d2d3f8ed9c1a5302419b055cc5858d5bd553706129ae56dd0d1842
conf_files="/etc/appstream.conf"
triggers="appstream-cache"
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.*"
}
}