Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,13 @@ +name : keychain +version : 2.8.5 +release : 1 +source : + - https://github.com/funtoo/keychain/archive/2.8.5.tar.gz : dcce703e5001211c8ebc0528f45b523f84d2bceeb240600795b4d80cb8475a0b +license : GPL-2.0-or-later +component : network.util +summary : agent manager for ssh and gnupg +description: | + Helps you to manage ssh and GPG keys in a convenient and secure manner. It acts as a frontend to ssh-agent and ssh-add, but allows you to easily have one long running ssh-agent process per system, rather than the norm of one ssh-agent per login session. +install : | + install -Dm00775 keychain -t $installdir/usr/bin + install -Dm00664 keychain.1 -t $installdir/usr/man/man1 Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,35 @@ + + + keychain + + Robert Guenzler + robert@gnzler.io + + GPL-2.0-or-later + network.util + agent manager for ssh and gnupg + Helps you to manage ssh and GPG keys in a convenient and secure manner. It acts as a frontend to ssh-agent and ssh-add, but allows you to easily have one long running ssh-agent process per system, rather than the norm of one ssh-agent per login session. + + https://solus-project.com/sources/README.Solus + + + keychain + agent manager for ssh and gnupg + Helps you to manage ssh and GPG keys in a convenient and secure manner. It acts as a frontend to ssh-agent and ssh-add, but allows you to easily have one long running ssh-agent process per system, rather than the norm of one ssh-agent per login session. + + network.util + + /usr/bin/keychain + /usr/man/man1/keychain.1 + + + + + 2018-12-29 + 2.8.5 + Packaging update + Robert Guenzler + robert@gnzler.io + + + \ No newline at end of file