summaryrefslogtreecommitdiff
path: root/app-metrics/github-exporter/github-exporter-1.0.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-metrics/github-exporter/github-exporter-1.0.2.ebuild')
-rw-r--r--app-metrics/github-exporter/github-exporter-1.0.2.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/app-metrics/github-exporter/github-exporter-1.0.2.ebuild b/app-metrics/github-exporter/github-exporter-1.0.2.ebuild
deleted file mode 100644
index 25fe0600215c..000000000000
--- a/app-metrics/github-exporter/github-exporter-1.0.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module systemd
-DESCRIPTION="Github statistics exporter for prometheus"
-HOMEPAGE="https://github.com/infinityworks/github-exporter"
-SRC_URI="https://github.com/infinityworks/github-exporter/archive/${PV}.tar.gz -> ${P}.tar.gz
-https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
-
-LICENSE="MIT Apache-2.0 BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="acct-group/github-exporter
- acct-user/github-exporter"
-
-src_compile() {
- ego build
-}
-
-src_install() {
- dobin ${PN}
- dodoc *.md
- newconfd "${FILESDIR}"/${PN}.confd ${PN}
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
-}
-
-pkg_postinst() {
- if [[ -z "${REPLACING_VERSIONS}" ]]; then
- elog "Before you can use ${PN}, you must configure it in"
- elog "${EROOT}/etc/conf.d/${PN}"
- fi
-}