Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : hub | name : hub | ||||
| version : 2.6.0 | version : 2.6.1 | ||||
| release : 4 | release : 5 | ||||
| source : | source : | ||||
| - https://github.com/github/hub/archive/v2.6.0.tar.gz : c4df5ce953aa5dd5c4fa57ada96559b4b76bbd30a9e961e10e881be869cf4f2c | - https://github.com/github/hub/archive/v2.6.1.tar.gz : 3a78f7fc8a024cc232463c664fecf0b49574f5205a49f2320886763c136ac000 | ||||
| license : MIT | license : MIT | ||||
| component : system.utils | component : system.utils | ||||
| summary : A command line tool that wraps git in order to extend it with extra features and commands that make working with GitHub easier | summary : A command line tool that wraps git in order to extend it with extra features and commands that make working with GitHub easier | ||||
| description: | | description: | | ||||
| hub is a command line tool that wraps git in order to extend it with extra features and commands that make working with GitHub easier. | hub is a command line tool that wraps git in order to extend it with extra features and commands that make working with GitHub easier. | ||||
| builddeps : | builddeps : | ||||
| - golang | - golang | ||||
| build : | | build : | | ||||
| mkdir -p src/github.com/github | mkdir -p src/github.com/github | ||||
| export GOPATH=`pwd` | export GOPATH=`pwd` | ||||
| ln -sv `pwd` src/github.com/github/hub | ln -sv `pwd` src/github.com/github/hub | ||||
| cd src/github.com/github/hub | cd src/github.com/github/hub | ||||
| ./script/build | ./script/build | ||||
| install : | | install : | | ||||
| install -Dm00775 bin/hub $installdir/usr/bin/hub | install -Dm00775 bin/hub $installdir/usr/bin/hub | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.