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

recipes/gui/pinentry/PAGBUILD.yaml main

35 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435
pkgname: pinentry
pkgver: '1.3.3'
pkgrel: '2'
pkgdesc: 'a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol'
url: 'https://www.gnupg.org/'
arch: x86_64
license:
- GPL2

depends: []
makedepends:
- libcap
- libsecret
- libassuan

source:
- 'https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
  	--libexecdir=/usr/lib \
  	--disable-pinentry-qt \
  	--disable-pinentry-qt \
  	--disable-pinentry-gtk
  make
  make DESTDIR=${PKGDIR} install

  install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING

package: |
  true