🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526
pkgname: gexiv2
pkgver: '0.16.2'
pkgrel: '1'
pkgdesc: GObject-based Wrapper around Exiv2 library.
url: 'https://exiv2.org'
arch: x86_64
license:
- GPL2
depends: []
makedepends:
- meson
- ninja
- exiv2
- vala
- gobject-introspection
source:
- 'https://download.gnome.org/sources/gexiv2/0.16/gexiv2-${pkgver}.tar.xz'
sha256sums:
- aad9e240fdffbe85e390f46ee0a567e251baea5c29c3d8690260388683dc8d0a
build: |
meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gexiv2-0.16.2 builddir -D python3=false
meson compile -C builddir
DESTDIR=${PKGDIR} meson install -C builddir
package: |
install -Dm644 ${pkgname}-${pkgver}/COPYING \
${PKGDIR}/usr/share/licenses/${pkgname}/COPYING