Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| 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 | |||||
Girtablulu: should be -Dm00755 and why not in similar fashion as below?
keychain -t $installdir/usr/bin | |||||
Not Done Inline Actionsshould be -Dm00644 Girtablulu: should be -Dm00644 | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
should be -Dm00755 and why not in similar fashion as below?
keychain -t $installdir/usr/bin