app-misc/vrms-gentoo: Styling fix

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-03 15:58:06 +01:00
parent 405eb43c6e
commit 4ef6e246b7
2 changed files with 6 additions and 8 deletions

View File

@@ -18,11 +18,10 @@ RDEPEND="
dev-lang/perl
"
DOCS=( README.md )
S="${WORKDIR}/${PN}-${COMMIT}"
src_install() {
default
dobin "${PN}"
einstalldocs
}

View File

@@ -3,12 +3,12 @@
EAPI="7"
SRC_URI=""
EGIT_REPO_URI="https://github.com/z411/${PN}.git"
inherit git-r3
DESCRIPTION="vrms clone for Gentoo Linux"
HOMEPAGE="https://github.com/z411/vrms-gentoo"
EGIT_REPO_URI="https://github.com/z411/${PN}.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
@@ -18,9 +18,8 @@ RDEPEND="
dev-lang/perl
"
DOCS=( README.md )
src_install() {
default
dobin "${PN}"
einstalldocs
}