dev-util/coder - 2.30.2 (buhserepo)

Search

Install

Install this version:

emerge -a =dev-util/coder-2.30.2

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

autounmask =dev-util/coder-2.30.2

Or alternatively:

emerge --autounmask-write -a =dev-util/coder-2.30.2

Package Information

Description:
Secure cloud development environments (Coder)
Homepage:
https://coder.com https://github.com/coder/coder
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
2.30.2 8 ~amd64 0
View Raw Ebuild
EAPI=8

DESCRIPTION="Secure cloud development environments (Coder)"
HOMEPAGE="https://coder.com https://github.com/coder/coder"

SRC_URI="https://github.com/coder/coder/releases/download/v${PV}/coder_${PV}_linux_amd64.tar.gz"

S="${WORKDIR}"

LICENSE="AGPL-3"
SLOT="0"

KEYWORDS="~amd64"

RDEPEND="
	acct-group/coder
	acct-user/coder
"

RESTRICT="strip"

src_install() {
	dobin coder || die
	keepdir /var/lib/coder
}

Dependencies

RDEPEND

	acct-group/coder
	acct-user/coder

Manifest for 2.30.2

Type File Size Source URLs
DIST coder_2.30.2_linux_amd64.tar.gz 163685569 bytes https://github.com/coder/coder/releases/download/v2.30.2/coder_2.30.2_linux_amd64.tar.gz