app-admin/heroku-cli - 9.1.0 (mva)

Search

Install

Install this version:

emerge -a =app-admin/heroku-cli-9.1.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-admin/heroku-cli-9.1.0

Or alternatively:

emerge --autounmask-write -a =app-admin/heroku-cli-9.1.0

Package Information

Description:
A tool for creating and managing Heroku apps from the command line
Homepage:
https://devcenter.heroku.com/articles/heroku-cli
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
9.1.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

MY_PN="${PN/-cli}"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="A tool for creating and managing Heroku apps from the command line"
HOMEPAGE="https://devcenter.heroku.com/articles/heroku-cli"
SRC_URI="https://registry.npmjs.org/${MY_PN}/-/${MY_P}.tgz -> ${P}.tar.gz"

S="${WORKDIR}"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="network-sandbox strip"

RDEPEND="dev-vcs/git"
BDEPEND="net-libs/nodejs[npm]"

src_install() {
	npm install -g --user root --prefix "${D}/usr" "${DISTDIR}/${A}" || die
}

Dependencies

RDEPEND

dev-vcs/git

BDEPEND

net-libs/nodejs[npm]

Manifest for 9.1.0

Type File Size Source URLs
DIST heroku-cli-9.1.0.tar.gz 286771 bytes https://registry.npmjs.org/heroku/-/heroku-9.1.0.tgz