Update glab to v1.31.0
This commit is contained in:
22
dev-util/glab/glab-1.31.0.ebuild
Normal file
22
dev-util/glab/glab-1.31.0.ebuild
Normal file
@ -0,0 +1,22 @@
|
||||
EAPI=8
|
||||
|
||||
inherit unpacker
|
||||
|
||||
DESCRIPTION="Gitlab CLI tool"
|
||||
HOMEPAGE="https://gitlab.com/gitlab-org/cli"
|
||||
SRC_URI="https://gitlab.com/gitlab-org/cli/-/releases/v${PV}/downloads/glab_${PV}_Linux_x86_64.deb"
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
|
||||
src_unpack() {
|
||||
unpack_deb ${A}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /
|
||||
doins -r usr
|
||||
fperms a+x /usr/bin/glab
|
||||
}
|
Reference in New Issue
Block a user