aboutsummaryrefslogtreecommitdiffstats
path: root/app-portage/bosun/bosun-1.2.0-r1.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-06-04 20:28:32 +0200
committerWynn Wolf Arbor2020-06-04 20:28:32 +0200
commit65b8c75e6ffce369e92716014d504d00a6488990 (patch)
tree6936e857d371e726bd3a4a73f100a42cbbbe2199 /app-portage/bosun/bosun-1.2.0-r1.ebuild
parent977bcbf468c6e02e03b1de82d1380dae4a747a9d (diff)
downloadpramantha-65b8c75e6ffce369e92716014d504d00a6488990.tar.gz
app-portage/bosun: Bump to 1.2.0-r1
Use a snapshot instead of relying on git-r3, fix the homepage URL. Package-Manager: Portage-2.3.99, Repoman-2.3.22
Diffstat (limited to 'app-portage/bosun/bosun-1.2.0-r1.ebuild')
-rw-r--r--app-portage/bosun/bosun-1.2.0-r1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-portage/bosun/bosun-1.2.0-r1.ebuild b/app-portage/bosun/bosun-1.2.0-r1.ebuild
new file mode 100644
index 0000000..27129d2
--- /dev/null
+++ b/app-portage/bosun/bosun-1.2.0-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Manage portage roles with stow(8)"
+HOMEPAGE="https://git.oriole.systems/bosun"
+SRC_URI="https://git.oriole.systems/${PN}/snapshot/${P}.tar.gz"
+
+RESTRICT="mirror"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="amd64 ~x86"
+IUSE=""
+
+DEPEND="app-admin/stow"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_compile() { :; }
+
+src_install() {
+ emake PREFIX=/usr DESTDIR="${D}" install
+}