[Lunar-commits] <moonbase-other> hub: git cli wrapper for github

Stefan Wold ratler at lunar-linux.org
Sun Oct 26 22:36:59 CET 2014


commit 12eaea26ac2565a28c223d5c1269c8cced672c5e
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 26 Oct 2014 22:36:05 +0100
URL: https://github.com/lunar-linux/moonbase-other/commit/12eaea26ac2565a28c223d5c1269c8cced672c5e

hub: git cli wrapper for github
---
  devel/hub/BUILD   | +9/-0     
  devel/hub/DEPENDS | +2/-0     
  devel/hub/DETAILS | +15/-0    
  3 files changed, 26 insertions(+)

--- /dev/null
+++ b/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
--- /dev/null
+++ b/devel/hub/DEPENDS
@@ -0,0 +1,2 @@
+depends git
+depends ruby
--- /dev/null
+++ b/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
+




More information about the Lunar-commits mailing list