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

recipes/gui/libaccounts-glib/PAGBUILD.yaml main

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: 'libaccounts-glib'
pkgver: '1.27'
pkgrel: '2'
pkgdesc: 'Glib-based client library for accessing the online accounts database'
url: 'https://gitlab.com/accounts-sso/libaccounts-glib'
arch: x86_64
depends: []
makedepends:
- check
- meson
- 'dbus-glib'
- libxml2
- sqlite
- 'python-gobject'
- 'docbook-xsl'
- 'gtk-doc'
- vala

source:
- 'https://gitlab.com/accounts-sso/libaccounts-glib/-/archive/VERSION_${pkgver}/${pkgname}-VERSION_${pkgver}.zip'

sha256sums:
- SKIP

build: |
  mv ${pkgname}-VERSION_${pkgver} ${pkgname}-${pkgver}
  meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true libaccounts-glib-1.27 builddir
  meson compile -C builddir

package: |
  DESTDIR="${PKGDIR}" meson install -C builddir