guru/dev-vcs/git-blame-someone-else/git-blame-someone-else-0_pre20180613.ebuild
Alessandro Barbieri a7653a4097
dev-vcs/git-blame-someone-else: use 0_pre versioning schema
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2020-04-08 19:03:55 +02:00

29 lines
550 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
COMMIT="8d854c2d78cb98afdb9f5a73240e06393260b327"
SRC_URI="https://github.com/jayphelps/git-blame-someone-else/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
DESCRIPTION="Blame someone else for your bad code."
HOMEPAGE="https://github.com/jayphelps/git-blame-someone-else"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="
dev-vcs/git
"
DEPEND=""
S="${WORKDIR}/${PN}-${COMMIT}"
src_install() {
dobin "${PN}"
einstalldocs
}