app-admin/drist: Add 9999 - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit aa54c13c4c0e69934d5beb166eaa74a144a33372
DIR parent 02b5bcb584bec0beb8fe3f488c931dea50ab3744
HTML Author: parazyd <parazyd@dyne.org>
Date: Wed, 3 Jul 2019 13:38:09 +0200
app-admin/drist: Add 9999
Diffstat:
A app-admin/drist/drist-9999.ebuild | 24 ++++++++++++++++++++++++
A app-admin/drist/metadata.xml | 9 +++++++++
2 files changed, 33 insertions(+), 0 deletions(-)
---
DIR diff --git a/app-admin/drist/drist-9999.ebuild b/app-admin/drist/drist-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit git-r3
+
+DESCRIPTION="small remote deployment tool"
+HOMEPAGE="https://dataswamp.org/~solene/2018-11-29-drist-intro.html"
+EGIT_REPO_URI="git://bitreich.org/drist"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ dobin drist
+ doman drist.1
+ dodoc -r examples
+}
DIR diff --git a/app-admin/drist/metadata.xml b/app-admin/drist/metadata.xml
@@ -0,0 +1,9 @@
+<?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>
+<longdescription lang="en">
+</longdescription>
+</pkgmetadata>