aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/extra/pinentry.nim
blob: 2abf8f239e478c2dcece39a7fa8e8bf9c684827a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.