diff --git a/app-misc/vrms-gentoo/metadata.xml b/app-misc/vrms-gentoo/metadata.xml new file mode 100644 index 0000000000..3ccef904f3 --- /dev/null +++ b/app-misc/vrms-gentoo/metadata.xml @@ -0,0 +1,17 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + z411/vrms-gentoo + + This is a clone of VRMS (Virtual Richard M. Stallman) for Gentoo Linux. It scans the computer for non-free packages, and shows a list of them, if any. +Instead of using its own list of licenses, it scans the license_group file in the local computer and compares the locally installed packages to the @FREE group. If you want it to use only the @FSF-APPROVED group you can use the --strict flag. + + + + + diff --git a/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild b/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild new file mode 100644 index 0000000000..31090f7ccd --- /dev/null +++ b/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild @@ -0,0 +1,24 @@ +# 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 +}