mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
app-misc/vrms-gentoo: Add S variable
to correctly find the source directory 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="1d45e07cfa7ceed69fb7302cfd0f3e2d2453e115"
|
|||||||
SRC_URI="https://github.com/z411/vrms-gentoo/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/z411/vrms-gentoo/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||||
DESCRIPTION="vrms clone for Gentoo Linux"
|
DESCRIPTION="vrms clone for Gentoo Linux"
|
||||||
HOMEPAGE="https://github.com/z411/vrms-gentoo"
|
HOMEPAGE="https://github.com/z411/vrms-gentoo"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
@@ -15,6 +16,8 @@ KEYWORDS="~amd64"
|
|||||||
DEPEND=""
|
DEPEND=""
|
||||||
RDEPEND="dev-lang/perl"
|
RDEPEND="dev-lang/perl"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin "${PN}"
|
dobin "${PN}"
|
||||||
dodoc README.md
|
dodoc README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user