[arch-commits] Commit in hub/repos/community-x86_64 (PKGBUILD PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Mon Jan 21 01:59:45 UTC 2019
Date: Monday, January 21, 2019 @ 01:59:44
Author: eschwartz
Revision: 425797
archrelease: copy trunk to community-x86_64
Added:
hub/repos/community-x86_64/PKGBUILD
(from rev 425796, hub/trunk/PKGBUILD)
Deleted:
hub/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 101 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-21 01:59:23 UTC (rev 425796)
+++ PKGBUILD 2019-01-21 01:59:44 UTC (rev 425797)
@@ -1,50 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Alfredo Palhares <masterkorp at masterkorp.net>
-
-pkgname=hub
-pkgver=2.7.0
-pkgrel=1
-
-pkgdesc="cli interface for Github"
-url="https://hub.github.com"
-arch=('x86_64')
-license=('MIT')
-
-depends=('git')
-makedepends=('go-pie' 'ruby-ronn')
-
-source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz")
-sha256sums=('58d131c32404c963b06bcc067bda14317bc22be26187026a91960aecda324bf4')
-
-prepare() {
- mkdir -p src/github.com/github
- cp -r hub-$pkgver src/github.com/github/hub
-
- sed -i 's at .man-pages.stamp: bin/ronn at .man-pages.stamp:@;s at bin/ronn at ronn@' src/github.com/github/hub/Makefile
-}
-
-build() {
- cd src/github.com/github/hub
-
- GOPATH="$srcdir" make
- make man-pages
-}
-
-# Fails with weird 'loadinternal' errors, needs more investigation.
-#check() {
-# cd src/github.com/github/hub
-#
-# GOPATH="$srcdir" make test
-#}
-
-package() {
- cd src/github.com/github/hub
-
- make PREFIX="$pkgdir"/usr install
-
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
- install -Dm644 etc/hub.bash_completion.sh "$pkgdir"/usr/share/bash-completion/completions/hub
- install -Dm644 etc/hub.zsh_completion "$pkgdir"/usr/share/zsh/site-functions/_hub
- install -Dm644 etc/hub.fish_completion "$pkgdir"/usr/share/fish/vendor_completions.d/hub.fish
-}
Copied: hub/repos/community-x86_64/PKGBUILD (from rev 425796, hub/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-01-21 01:59:44 UTC (rev 425797)
@@ -0,0 +1,51 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Alfredo Palhares <masterkorp at masterkorp.net>
+
+pkgname=hub
+pkgver=2.7.1
+pkgrel=1
+
+pkgdesc="cli interface for Github"
+url="https://hub.github.com"
+arch=('x86_64')
+license=('MIT')
+
+depends=('git')
+makedepends=('go-pie' 'ruby-ronn')
+
+source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz")
+sha256sums=('83fac8b47b2f56da1e7366688df4bd0eeb5fa20bde5d3de39792ea1cc1d15cd4')
+
+prepare() {
+ mkdir -p src/github.com/github
+ cp -r hub-$pkgver src/github.com/github/hub
+
+ sed -i 's at .man-pages.stamp: bin/ronn at .man-pages.stamp:@;s at bin/ronn at ronn@' src/github.com/github/hub/Makefile
+}
+
+build() {
+ cd src/github.com/github/hub
+
+ GOPATH="$srcdir" make
+ make man-pages
+}
+
+# Fails with weird 'loadinternal' errors, needs more investigation.
+#check() {
+# cd src/github.com/github/hub
+#
+# GOPATH="$srcdir" make test
+#}
+
+package() {
+ cd src/github.com/github/hub
+
+ make PREFIX="$pkgdir"/usr install
+
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ install -Dm644 etc/hub.bash_completion.sh "$pkgdir"/usr/share/bash-completion/completions/hub
+ install -Dm644 etc/hub.zsh_completion "$pkgdir"/usr/share/zsh/site-functions/_hub
+ install -Dm644 etc/hub.fish_completion "$pkgdir"/usr/share/fish/vendor_completions.d/hub.fish
+}
More information about the arch-commits
mailing list