Files
guru/dev-vcs/git-blame-someone-else/git-blame-someone-else-9999.ebuild
Andrew Ammerlaan da8de50884 dev-vcs/git-blame-someone-else: Styling fix
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-03-03 16:03:23 +01:00

27 lines
447 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit git-r3
DESCRIPTION="Blame someone else for your bad code."
HOMEPAGE="https://github.com/jayphelps/git-blame-someone-else"
EGIT_REPO_URI="https://github.com/jayphelps/git-blame-someone-else.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="
dev-vcs/git
"
DEPEND=""
src_install() {
dobin "${PN}"
einstalldocs
}