parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 7df09775c9d421be179e60ffa0601d7da3b99968
parent d86673ec95c0c0cd84957812a250e6b94ee22ee8
Author: parazyd <parazyd@dyne.org>
Date:   Wed, 31 Mar 2021 13:26:01 +0200

dev-vcs/git-restrict: Add 9999 ebuild.

Diffstat:
Adev-vcs/git-restrict/git-restrict-9999.ebuild | 28++++++++++++++++++++++++++++
Adev-vcs/git-restrict/metadata.xml | 7+++++++
2 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/dev-vcs/git-restrict/git-restrict-9999.ebuild b/dev-vcs/git-restrict/git-restrict-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit git-r3 + +DESCRIPTION="Simple utility for git repository permission management" +HOMEPAGE="https://github.com/parazyd/git-restrict" +EGIT_REPO_URI="https://git.parazyd.org/git-restrict.git" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_compile() { + emake all +} + +src_install() { + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install + dodoc README.md + dodoc -r contrib +} diff --git a/dev-vcs/git-restrict/metadata.xml b/dev-vcs/git-restrict/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> + <email>parazyd@dyne.org</email> +</maintainer> +</pkgmetadata>