dev-vcs/git-blame-someone-else: Add S variable

to correctly find source dir

Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-02 20:31:15 +01:00
parent 7a8f080b36
commit 8a66925d41

View File

@@ -8,6 +8,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"
@@ -16,6 +17,8 @@ IUSE=""
RDEPEND="dev-vcs/git"
DEPEND=""
S="${WORKDIR}/${PN}-${COMMIT}"
src_install() {
dobin "${PN}"
dodoc README.md