new package: keychain (#5258)

This commit is contained in:
ifurther 2020-05-07 15:38:10 +00:00 committed by GitHub
parent 7f7efd444d
commit 8fa0f729b3
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
TERMUX_PKG_HOMEPAGE=https://www.funtoo.org/Keychain
TERMUX_PKG_DESCRIPTION="keychain ssh-agent front-end"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=2.8.5
TERMUX_PKG_SRCURL=https://github.com/funtoo/keychain/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=dcce703e5001211c8ebc0528f45b523f84d2bceeb240600795b4d80cb8475a0b
TERMUX_PKG_DEPENDS="dash, gnupg"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
termux_step_make_install() {
sed -iE "s@^PATH=.*@PATH=$TERMUX_PREFIX/bin:$TERMUX_PREFIX/bin/applets@" keychain
install -Dm700 keychain "${TERMUX_PREFIX}"/bin/keychain
install -Dm600 keychain.1 "${TERMUX_PREFIX}"/share/man/man1/keychain.1
}