add dev-vcs/git-secret
This commit is contained in:
parent
72b968324f
commit
7e04b78ab6
1
dev-vcs/git-secret/Manifest
Normal file
1
dev-vcs/git-secret/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST git-secret-0.5.0.tar.gz 854497 BLAKE2B 842891086338f5f64c038da95eec2b2e40b4036d941e03c9170705410d57912cadbed71e8b4b89f3af4a781555ed07cf7b43b44879a02579640dcefaac3ea55c SHA512 c685ee4d7b7d247c37805fc3a16c431eff7f6740899d65f9178514b99e84ff83cb59330e6fb73da627f00bb60d0cca76da8b31004fcc3926dcee3fed15d65b85
|
25
dev-vcs/git-secret/git-secret-0.5.0.ebuild
Normal file
25
dev-vcs/git-secret/git-secret-0.5.0.ebuild
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="A bash-tool to store your private data inside a git repository"
|
||||
HOMEPAGE="https://git-secret.io https://github.com/sobolevn/git-secret"
|
||||
SRC_URI="https://github.com/sobolevn/git-secret/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
app-crypt/gnupg
|
||||
app-shells/bash
|
||||
dev-vcs/git
|
||||
sys-apps/gawk
|
||||
sys-apps/coreutils
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install() {
|
||||
emake install PREFIX="${ED}"/usr
|
||||
}
|
Loading…
Reference in a new issue