mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user