🔒 Repository is read-only – file editing is disabled.

recipes/gui/libgexiv2/PAGBUILD.yaml main

33 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233
pkgname: libgexiv2
pkgver: '0.14.7'
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'
- 'python-gobject'

source:
- 'https://download.gnome.org/sources/gexiv2/0.14/gexiv2-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  mv gexiv2-${pkgver} ${pkgname}-${pkgver}
  meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true libgexiv2-0.14.7 builddir
  meson compile -C builddir
  DESTDIR=${PKGDIR} meson install -C builddir

package: |
  install -Dm644 ${pkgname}-${pkgver}/COPYING \
  ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING