mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
25 lines
407 B
Bash
25 lines
407 B
Bash
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
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"
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="
|
|
dev-lang/perl
|
|
"
|
|
|
|
src_install() {
|
|
dobin "${PN}"
|
|
dodoc README.md
|
|
}
|