contrib/appstream-glib/Pkgfile

19 lines
582 B
Plaintext
Raw Normal View History

2019-06-11 23:45:35 +02:00
# 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
2019-08-07 22:46:40 +02:00
# Depends on: docbook-xsl gtk3 json-glib keyutils krb5 libsoup libyaml snowball
2019-06-11 23:45:35 +02:00
name=appstream-glib
2020-02-21 13:24:50 +01:00
version=0.7.17
2019-06-11 23:45:35 +02:00
release=1
source=(https://people.freedesktop.org/~hughsient/appstream-glib/releases/$name-$version.tar.xz)
build() {
2019-08-07 22:46:40 +02:00
cd $name-$version
mkdir build && cd build
meson ../ -Drpm=false -Dprefix=/usr
ninja
DESTDIR=$PKG ninja install
rm -fr $PKG/usr/share/locale
2019-06-11 23:45:35 +02:00
}