diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-10 17:17:34 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-10 17:18:53 +0200 |
commit | ea7c037cff4e212a24b39a692b5f9a842f6512a0 (patch) | |
tree | 6df3afae6d05ce53fcce9a02eb0db86b3c371ba0 /app-admin | |
parent | dev-libs/xapian: add missing multilib deps (util-linux, zlib) (diff) | |
download | gentoo-ea7c037cff4e212a24b39a692b5f9a842f6512a0.tar.gz gentoo-ea7c037cff4e212a24b39a692b5f9a842f6512a0.tar.bz2 gentoo-ea7c037cff4e212a24b39a692b5f9a842f6512a0.zip |
app-admin/aerospike-amc-community: fix deps
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --force
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/aerospike-amc-community/aerospike-amc-community-4.0.19-r2.ebuild | 25 |
1 files changed, 25 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..1b4de47e82c1 --- /dev/null +++ b/app-admin/aerospike-amc-community/aerospike-amc-community-4.0.19-r2.ebuild @@ -0,0 +1,25 @@ +# 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" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + acct-group/aerospike-amc + acct-user/aerospike-amc +" + +S="${WORKDIR}" + +src_install() { + cp -r "${S}/"* "${ED}" + rm "${ED}/etc/init.d/*" + newinitd "${FILESDIR}/amc.init.4" amc +} |