🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536373839
pkgname: 'appstream-glib'
pkgver: '0.8.4'
pkgrel: '2'
pkgdesc: 'Library to read and write AppStream metadata'
url: 'https://people.freedesktop.org/~hughsient/appstream-glib/'
arch: x86_64
depends: []
makedepends:
- 'gdk-pixbuf'
- 'json-glib'
- libarchive
- libsoup3
- meson
- ninja
- pango
- gcab
- 'gobject-introspection'
- gtk3
- yaml
source:
- 'https://people.freedesktop.org/~hughsient/${pkgname}/releases/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
mkdir build
cd build
meson --prefix=/usr \
-Dgtk-doc=false \
-Drpm=false \
../${pkgname}-${pkgver}
ninja
DESTDIR=${PKGDIR} ninja install
package: |
true