Files
guru/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild
Sergey Alirzaev 57a0b163da app-misc/vrms-gentoo: pick pkgcheck nits
Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>
2024-03-16 20:35:47 +01:00

26 lines
488 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
COMMIT="4fd604c4816d620be3cf9c5e9dd578b2c30c21bc"
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}"
}