🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
pkgname: 'gcr-4'
pkgver: '4.4.0.1'
pkgrel: '1'
pkgdesc: 'A library for bits of crypto UI and parsing'
url: 'https://www.gnome.org/'
arch: x86_64
license:
- 'LGPL2.1-or-later'
depends:
- 'shared-mime-info'
- 'desktop-file-utils'
makedepends:
- meson
- ninja
- icu
- gtk4
- intltool
- libgcrypt
- libsecret
- vala
- 'p11-kit'
- 'gobject-introspection'
- openssh
- gnupg
source:
- 'https://download.gnome.org/sources/gcr/4.4/gcr-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
mv gcr-${pkgver} ${pkgname}-${pkgver}
mkdir build
cd build
meson --prefix=/usr \
--buildtype=plain \
-Dgtk_doc=false \
../${pkgname}-${pkgver}
ninja
DESTDIR=${PKGDIR} ninja install
package: |
true