spm-9999.ebuild (273B)
1 EAPI=8 2 3 inherit git-r3 4 5 DESCRIPTION="Simple PoSix password manager" 6 HOMEPAGE="https://github.com/rnpnr/spm" 7 EGIT_REPO_URI="https://github.com/rnpnr/spm.git" 8 9 LICENSE="GPL-3" 10 SLOT=0 11 12 RDEPEND="app-crypt/gnupg" 13 14 src_compile() { :; } 15 16 src_install() { 17 dobin spm 18 doman spm.1 19 }