aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2020-02-27 18:22:09 +0100
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2020-02-27 18:22:09 +0100
commitbe15cec7236bbd01631f7120c33d159765efa1ba (patch)
tree2d9c32311a31640879fd62fd4d1462d33f66b2a2
parentdev-vcs/git-blame-someone-else: latest version (diff)
downloadguru-be15cec7.tar.gz
guru-be15cec7.tar.bz2
guru-be15cec7.zip
app-misc/vrms-gentoo: latest version
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--app-misc/vrms-gentoo/Manifest1
-rw-r--r--app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/app-misc/vrms-gentoo/Manifest b/app-misc/vrms-gentoo/Manifest
new file mode 100644
index 000000000..29cd29d85
--- /dev/null
+++ b/app-misc/vrms-gentoo/Manifest
@@ -0,0 +1 @@
+DIST vrms-gentoo-2018.11.20.tar.gz 9340 BLAKE2B 751df8ffbc0842ab535620aa706665827c780f03aac9a89729776c6f375889bd25dff9426a2875a58b8e02a61f380c4bfc82746eec0a0631cec92479aca97c21 SHA512 a3f9c48d83649f205290622a52455363e2bda58d431261dae648568b81b4b62baaa9de3363d569402ced7d1089e8e2fcff26d37942d0b71394226a32f02c8dd8
diff --git a/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild b/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild
new file mode 100644
index 000000000..e2cd08324
--- /dev/null
+++ b/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+COMMIT="1d45e07cfa7ceed69fb7302cfd0f3e2d2453e115"
+
+SRC_URI="https://github.com/z411/vrms-gentoo/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+DESCRIPTION="vrms clone for Gentoo Linux"
+HOMEPAGE="https://github.com/z411/vrms-gentoo"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="dev-lang/perl"
+
+src_install() {
+ dobin "${PN}"
+ dodoc README.md
+}