pinentry-qt5: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-01-31 17:36:12 +00:00
parent b8e0401892
commit 6392feb0f0
3 changed files with 0 additions and 32 deletions

View File

@ -1,3 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pinentry-qt

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/amRShN+m6GjeaI5ZCcnTgsdV0fw9n/Q9O0Ho0h9vUnajnjCV6/j+YpC6X5HQkMFUrwgVKKbVThEzoAIniNalg0=
SHA256 (Pkgfile) = 4e9192acf1eefd13c895fcee33868338f1c941f6e71634e2e54935e82e9232ac
SHA256 (.footprint) = 40d992c0864d2ce67aaecefb528202f7553352b3114c78b786140c4ddab5acf7
SHA256 (pinentry-1.1.1.tar.bz2) = cd12a064013ed18e2ee8475e669b9f58db1b225a0144debdb85a68cecddba57f

View File

@ -1,24 +0,0 @@
# Description: Secure PinEntry Dialog
# URL: https://gnupg.org/related_software/pinentry/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: pinentry qt5
name=pinentry-qt5
version=1.1.1
release=1
source=(https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-$version.tar.bz2)
build() {
cd pinentry-$version
./configure \
--prefix=/usr \
--disable-pinentry-{curses,gtk2} \
--enable-pinentry-qt
make -j1
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
rm $PKG/usr/bin/pinentry
}