forked from ports/contrib
19 lines
583 B
Plaintext
19 lines
583 B
Plaintext
# Description: Objects and methods for reading and writing AppStream metadata
|
|
# URL: https://people.freedesktop.org/~hughsient/appstream-glib/
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
# Depends on: docbook-xsl gtk3 json-glib keyutils krb5 libsoup libyaml snowball
|
|
|
|
name=appstream-glib
|
|
version=0.7.18
|
|
release=1
|
|
source=(https://people.freedesktop.org/~hughsient/appstream-glib/releases/$name-$version.tar.xz)
|
|
|
|
build() {
|
|
meson $name-$version build \
|
|
-Dprefix=/usr \
|
|
-Drpm=false
|
|
ninja -C build
|
|
DESTDIR=$PKG ninja -C build install
|
|
rm -fr $PKG/usr/share/locale
|
|
}
|