Source: pinentry-wrapper
Section: utils
Priority: optional
Maintainer: Raphaël Halimi <raphael.halimi@gmail.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/MoonSweep/pinentry-wrapper
Vcs-Git: https://salsa.debian.org/MoonSweep/pinentry-wrapper.git

Package: pinentry-wrapper
Architecture: all
Depends:
 pinentry-curses | pinentry,
 ${misc:Depends},
Description: Customize pinentry prompts using environment variables
 pinentry-wrapper is a wrapper script around pinentry to customize prompts
 using environment variables to set options through the Assuan protocol.
 .
 Its default behavior is to call pinentry, set options, send the GETPIN
 command, retrieve the password entered by the user, and print it to standard
 output.
 .
 This allows a script to easily prompt for passwords without needing to
 communicate with pinentry at all.
