sys-process/pm2 - 6.0.14 (inode64-overlay)

Search

Package Information

Description:
Process manager for Node.js applications with a built-in load balancer
Homepage:
https://pm2.keymetrics.io/
License:
AGPL-3 Apache-2.0 BSD-2 ISC MIT public-domain

Ebuild Details

Version EAPI Keywords Slot
6.0.14 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit nodejs-mod systemd

DESCRIPTION="Process manager for Node.js applications with a built-in load balancer"
HOMEPAGE="https://pm2.keymetrics.io/"
SRC_URI="
	https://github.com/Unitech/pm2/archive/v${PV}.tar.gz -> ${P}.tar.gz
	https://www.inode64.com/dist/${P}-node_modules.tar.xz
"

LICENSE="AGPL-3 Apache-2.0 BSD-2 ISC MIT public-domain"
SLOT="0"
KEYWORDS="~amd64"

NODEJS_EXTRA_FILES="bin constants.js index.js paths.js"

RDEPEND="net-libs/nodejs"

src_install() {
	nodejs-mod_src_install

	doinitd "${FILESDIR}"/${PN}
	systemd_dounit "${FILESDIR}/${PN}.service"
}

Dependencies

RDEPEND

net-libs/nodejs

Manifest for 6.0.14

Type File Size Source URLs
DIST pm2-6.0.14-node_modules.tar.xz 3764036 bytes https://www.inode64.com/dist/pm2-6.0.14-node_modules.tar.xz
DIST pm2-6.0.14.tar.gz 2056295 bytes https://github.com/Unitech/pm2/archive/v6.0.14.tar.gz