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
}