app-misc/vrms-gentoo: add 0_pre20220820

Signed-off-by: cat <cat@plan9.rocks>
This commit is contained in:
cat
2026-05-26 11:37:16 +00:00
parent 090642e3df
commit bda93ffa6a
2 changed files with 26 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST vrms-gentoo-0_pre20201102.tar.gz 9458 BLAKE2B a49342e5ef3afb0326c57b8c222b2874cc5f81a62da20edd68e23ea52c50cb2bdf0ef75f5c4779457a4c6ebdcbb0d5334b46cdff94ac6d50884037db13601043 SHA512 9c24eea49d5cc5e4afdfc4ea5467f4c89777499b6187e3b5495de90a87f88b78edf13c605edb98792b42cc36b7b5ba751dfb6ae3e62d92b48d9505de9af07246
DIST vrms-gentoo-0_pre20220820.tar.gz 9460 BLAKE2B a9da8e9f3b0747b43878310d149664f141e2563e2cbb8551e370d2bda374ef16848d5af4e443d24f5c0ba2ba3b69b9d409afc6cae55b37626ee3d1b2130fe070 SHA512 1d8be411dfb1b88621c2fe094b2ad2b33298b17f2caca75714de1a9902bd6e7b8de4d7981360c9f3169d01f78a95cb8d1d7c5e7a2f0ab07953aaf4befa1b9c5e

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
COMMIT="6ee80b51b8eeac4e67d8fbe53008b5534273e521"
DESCRIPTION="vrms clone for Gentoo Linux"
HOMEPAGE="https://github.com/z411/vrms-gentoo"
SRC_URI="https://github.com/z411/vrms-gentoo/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-lang/perl
"
src_install() {
default
dobin "${PN}"
}