From 0582b0f8cd26678e741a06ba2ab42cc47a7c689a Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 16 Nov 2025 21:43:49 +0100 Subject: moved non LFS tessera to extra/ --- src/tesserae/extra/pinentry.nim | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/tesserae/extra/pinentry.nim (limited to 'src/tesserae/extra/pinentry.nim') diff --git a/src/tesserae/extra/pinentry.nim b/src/tesserae/extra/pinentry.nim new file mode 100644 index 0000000..2abf8f2 --- /dev/null +++ b/src/tesserae/extra/pinentry.nim @@ -0,0 +1,17 @@ +import .. / lapis + +tessera "pinentry": + source: "https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-1.3.2.tar.bz2" + patches: @[""] + dependencies: @[ + "libassuan", + "libgpgerror" + ] + build: @[ + "sed -i \"/FLTK 1/s/3/4/\" configure", + "sed -i '14456 s/1.3/1.4/' configure", + "./configure --prefix=/usr --enable-pinentry-tty", + "make", + "make install" + ] + result: "pinentry" -- cgit v1.2.3