aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/pinentry.nim
blob: 8ad9fc30654cfa9b2fc35b8ec31950defeb715c0 (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.