Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : hub | name : hub | ||||
| version : 2.7.1 | version : 2.8.4 | ||||
| release : 7 | release : 8 | ||||
| source : | source : | ||||
| - https://github.com/github/hub/archive/v2.7.1.tar.gz : 83fac8b47b2f56da1e7366688df4bd0eeb5fa20bde5d3de39792ea1cc1d15cd4 | - git|https://github.com/github/hub.git : v2.8.4 | ||||
| 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 | ||||
| - groff | |||||
| 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 | export prefix=$installdir/usr | ||||
| install : | | %make install | ||||
| 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.