aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/extra/pinentry.nim
blob: db3542b98fb8d37b929c78d5b7fb217ef6919e4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Αδειοδοτείται υπό τους όρους της EUPL
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.