add dev-vcs/git-remote-gcrypt-9999
This commit is contained in:
1
dev-vcs/git-remote-gcrypt/Manifest
Normal file
1
dev-vcs/git-remote-gcrypt/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD git-remote-gcrypt-9999.ebuild 546 SHA256 50bf2d60b4347f5b0194522e7618f3e7aa19e89b1c52fd4a664976f05a9c4693 SHA512 01a900a4c7bb413a19db56cd0af2fd58775998fc2c31c73184336aaba50b7afb405e229bf89ae2524eee4fde57500efbf70a8f8b0ca4cf2121eee63b42d0b164 WHIRLPOOL 4eebbddeb7307c5f547b77404218efadb96277ebd3ad5867c3ad4975da108d984d13c4bf766ac09a9cdfe85098835b8b390d57bb68fd1b219aa1d3e7dc15bfe5
|
||||
27
dev-vcs/git-remote-gcrypt/git-remote-gcrypt-9999.ebuild
Normal file
27
dev-vcs/git-remote-gcrypt/git-remote-gcrypt-9999.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="A git remote helper for GPG-encrypted remotes"
|
||||
HOMEPAGE="https://github.com/spwhitton/git-remote-gcrypt"
|
||||
EGIT_REPO_URI="https://github.com/spwhitton/git-remote-gcrypt"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND="app-crypt/gnupg
|
||||
net-misc/rsync
|
||||
net-misc/curl"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/bin
|
||||
doexe git-remote-gcrypt
|
||||
dodoc debian/changelog COPYING README.rst
|
||||
}
|
||||
Reference in New Issue
Block a user