Add glab
This commit is contained in:
4
dev-util/glab/Manifest
Normal file
4
dev-util/glab/Manifest
Normal file
@ -0,0 +1,4 @@
|
||||
DIST glab_1.26.0_Linux_x86_64.deb 7314422 BLAKE2B 97808e6b1be96285e93bde6c79de1c042910a70f83be536a6a1eb501a85db43f08fa71012b56aa3582245e19c3363afeb9ec77f278edfb331985da14d6e3b130 SHA512 2dd58b79f7c77e310dc52a585a1d7175b03c035d6479b21939ba8afbfd392b08833c83d5e1b99fe8de7deb27d80f159e807357aceab4c840f8e265c9fb1211ca
|
||||
DIST glab_1.27.0_Linux_x86_64.deb 7316560 BLAKE2B f1592f41505f9cdaf76fd90c1806f6174612eec21c812e33085b65f496a8840470d908805d92210a59d9bcd1411babe253bfda7b2925fc394d346daa7b6c1dda SHA512 51a7a45174877dc08759f91e56f4d105d834a1b488682a272e3b3bc1fc8f4a52b68dfcde9dba5fc5eaeebd5a04990a4d33a5469ec54dba440998b306c4d60bf7
|
||||
EBUILD glab-1.26.0.ebuild 362 BLAKE2B 4ededd7f31dfa8fdab14bcdc7a0f8cadfacac2a2c47d89b7d37617912bd58f9069507567559f4ce62dcdc8279a8e318b20aeab9dc70e1a0bbce4497c1ee19048 SHA512 c580407318222b3f1f218a2485fcb82a71312ecd97c0fd1a881ced6428c882b95fa9f98bbc0f5362fc5de7c7197d3c5aeaeccafa17927a13b3a8e458c2a0a0a2
|
||||
EBUILD glab-1.27.0.ebuild 362 BLAKE2B 4ededd7f31dfa8fdab14bcdc7a0f8cadfacac2a2c47d89b7d37617912bd58f9069507567559f4ce62dcdc8279a8e318b20aeab9dc70e1a0bbce4497c1ee19048 SHA512 c580407318222b3f1f218a2485fcb82a71312ecd97c0fd1a881ced6428c882b95fa9f98bbc0f5362fc5de7c7197d3c5aeaeccafa17927a13b3a8e458c2a0a0a2
|
22
dev-util/glab/glab-1.26.0.ebuild
Normal file
22
dev-util/glab/glab-1.26.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
|
||||
}
|
22
dev-util/glab/glab-1.27.0.ebuild
Normal file
22
dev-util/glab/glab-1.27.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