Skip to content

Commit

Permalink
[hub] add github cli tool v1.12.3
Browse files Browse the repository at this point in the history
Hub is a tool that wraps git in order to extend it with extra
functionality that makes it better when working with GitHub.

see https://github.com/github/hub
  • Loading branch information
wwwutz committed Aug 23, 2019
1 parent aebf6ce commit eb97b11
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions hub.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/bin/env beesh

# BEE_VERSION hub-2.12.3-0

SRCURL[0]="https://github.com/github/hub.git"

export GOPATH=${B}/bee_go

mee_getsources() {
cd ${S}
git clone \
--config transfer.fsckobjects=false \
--config receive.fsckobjects=false \
--config fetch.fsckobjects=false \
${SRCURL} .
git checkout v${PKGFULLVERSION}
}


#mee_patch() {
# bee_patch
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# make
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit eb97b11

Please sign in to comment.