aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild')
-rw-r--r--app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild21
1 files changed, 21 insertions, 0 deletions
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
+}