summaryrefslogtreecommitdiff
path: root/app-admin/aerospike-amc-community/aerospike-amc-community-4.0.19-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-12 08:41:54 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-12 08:41:54 +0100
commit4df3bf9762850b34cd1ead5c80374d1a0fc3362e (patch)
tree3080c5cb7ad17abcb63776a9f21c4947845546a6 /app-admin/aerospike-amc-community/aerospike-amc-community-4.0.19-r2.ebuild
parent814f4cf860e299a046b649eaee5463427984c09c (diff)
gentoo resync : 12.07.2021
Diffstat (limited to 'app-admin/aerospike-amc-community/aerospike-amc-community-4.0.19-r2.ebuild')
-rw-r--r--app-admin/aerospike-amc-community/aerospike-amc-community-4.0.19-r2.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-admin/aerospike-amc-community/aerospike-amc-community-4.0.19-r2.ebuild b/app-admin/aerospike-amc-community/aerospike-amc-community-4.0.19-r2.ebuild
new file mode 100644
index 000000000000..3f3727b13907
--- /dev/null
+++ b/app-admin/aerospike-amc-community/aerospike-amc-community-4.0.19-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Web UI based monitoring tool for Aerospike Community Edition Server"
+HOMEPAGE="http://www.aerospike.com"
+SRC_URI="http://www.aerospike.com/download/amc/${PV}/artifact/linux -> ${P}.tar.gz"
+S="${WORKDIR}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ acct-group/aerospike-amc
+ acct-user/aerospike-amc
+"
+
+src_install() {
+ cp -r "${S}/"* "${ED}"
+ rm "${ED}/etc/init.d/*"
+ newinitd "${FILESDIR}/amc.init.4" amc
+}