Skip to content

Commit

Permalink
hub: git cli wrapper for github
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Oct 26, 2014
1 parent d315511 commit 12eaea2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
9 changes: 9 additions & 0 deletions devel/hub/BUILD
@@ -0,0 +1,9 @@
rake standalone &&
prepare_install &&
install -Dm755 hub /usr/bin/hub &&
install -d /usr/share/$MODULE &&
cp -dpr --no-preserve=ownership git-hooks /usr/share/hub/ &&
install -d /usr/share/bash-completion/completions &&
install -Dm644 etc/hub.bash_completion.sh /usr/share/bash-completion/completions/hub &&
install -Dm644 man/hub.1 /usr/share/man/man1/hub.1 &&
gather_docs LICENSE
2 changes: 2 additions & 0 deletions devel/hub/DEPENDS
@@ -0,0 +1,2 @@
depends git
depends ruby
15 changes: 15 additions & 0 deletions devel/hub/DETAILS
@@ -0,0 +1,15 @@
MODULE=hub
VERSION=1.12.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/defunkt/hub/archive/v${VERSION}.tar.gz
SOURCE_VFY=sha256:dd763fbd94edf824f8af0e115212d0b2a6ab6565ed79b1ea742fa24d94dfad62
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
WEB_SITE=https://hub.github.com/
ENTERED=20141026
UPDATED=20141026
SHORT="command-line wrapper for GitHUB"

cat <<EOF
GIT command-line wrapper for GitHUB.
EOF

0 comments on commit 12eaea2

Please sign in to comment.