app-misc/n8n - 1.116.1 (hering-overlay)

Search

Package Information

Description:
workflow automation tool. Easily automate tasks across different services.
Homepage:
https://n8n.io/
License:
all-rights-reserved

Ebuild Details

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

EAPI=8

inherit systemd tmpfiles

DESCRIPTION="workflow automation tool. Easily automate tasks across different services."
HOMEPAGE="https://n8n.io/"
SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
S="${WORKDIR}/package"

LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"

RESTRICT="network-sandbox"

RDEPEND="
	net-libs/nodejs
	net-misc/curl
	acct-group/${PN}
	acct-user/${PN}
"
BDEPEND="
	net-libs/nodejs[npm]
"

src_compile() {
	# Skip, nothing to compile here.
	:
}

src_install() {
	local -a myopts=(
    	--audit false
        --color false
        --foreground-scripts
        --global
        --omit dev
        --prefix "${ED}/usr"
        --progress false
        --verbose
    )
	npm "${myopts[@]}" install "${DISTDIR}/${P}.tgz" || die "npm install failed"

	systemd_dounit "${FILESDIR}"/n8n.service
	systemd_newuserunit "${FILESDIR}"/n8n.user.service n8n.service
	newtmpfiles "${FILESDIR}"/n8n.tmpfiles n8n.conf
	insinto /etc/env.d
	newins "${FILESDIR}"/n8n.env 77n8n
}

Dependencies

RDEPEND

	net-libs/nodejs
	net-misc/curl
	acct-group/n8n
	acct-user/n8n

BDEPEND

	net-libs/nodejs[npm]

Manifest for 1.116.1

Type File Size Source URLs
DIST n8n-1.116.1.tgz 1235807 bytes https://registry.npmjs.org/n8n/-/n8n-1.116.1.tgz