This website requires JavaScript.
Explore
Help
Register
Sign in
kpriv
/
pkgsrc
Watch
1
Star
0
Fork
You've already forked pkgsrc
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
7913e48c46
pkgsrc
/
security
/
pinentry-mac
/
files
/
pinentry-mac.sh
4 lines
70 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial import of pinentry-mac, version 0.9.4. This is a Darwin-ported pinentry, which works natively without pulling in gtk or qt4 dependencies. It is independent from the original collection of pinentry tools, and grew its own code and repository, although it still uses Assuan protocol internally (and can therefore be integrated with gpg-agent and enigmail under Mac OS). Note that it uses xcodebuild instead of autotools and generates an App. I decided to copy over the .app as under libexec and rely on sh script for invocation, App cannot be called through symlinks. Description: This is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project. It provides programs for several graphical toolkits, such as GTK+ and QT, as well as for the console, using curses. This package is a port of the pinentry tool for Darwin.
2017-05-31 14:19:16 +02:00
#!/bin/sh
Fix exec command by adding the missing "$@" to pass down arguments. Bump rev. Caught by wizd(8), thanks!
2017-05-31 23:30:15 +02:00
exec
'@PINENTRY_APP_DIR@/Contents/MacOS/pinentry-mac'
"
$@
"
Reference in a new issue
Copy permalink