[arch-commits] Commit in github-cli/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat May 22 19:32:44 UTC 2021
Date: Saturday, May 22, 2021 @ 19:32:43
Author: foxboron
Revision: 942197
archrelease: copy trunk to community-x86_64
Added:
github-cli/repos/community-x86_64/PKGBUILD
(from rev 942196, github-cli/trunk/PKGBUILD)
Deleted:
github-cli/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 100 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 50 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-22 19:32:35 UTC (rev 942196)
+++ PKGBUILD 2021-05-22 19:32:43 UTC (rev 942197)
@@ -1,50 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Richard Bradfield <bradfier at fstab.me>
-
-pkgname=github-cli
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="The GitHub CLI"
-arch=("x86_64")
-url="https://github.com/cli/cli"
-license=("MIT")
-depends=("glibc" "mailcap")
-makedepends=("go" "git")
-optdepends=("git: To interact with repositories")
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('c64c26508ccb8e8c2876b3c3bf7fe0b121d787645b2142774c7389dc3035a8e3')
-
-prepare() {
- cd "cli-${pkgver}"
- # TODO: These tests invoke the TTY and our container *really* does not like that
- rm pkg/cmd/auth/login/login_test.go
-}
-
-build() {
- cd "cli-$pkgver"
-
- export CGO_CPPFLAGS="${CPPFLAGS}"
- export CGO_CFLAGS="${CFLAGS}"
- export CGO_CXXFLAGS="${CXXFLAGS}"
- export CGO_LDFLAGS="${LDFLAGS}"
- export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw -ldflags=-linkmode=external"
-
- make GH_VERSION="v$pkgver" bin/gh manpages
- bin/gh completion -s bash | install -Dm644 /dev/stdin share/bash-completion/completions/gh
- bin/gh completion -s zsh | install -Dm644 /dev/stdin share/zsh/site-functions/_gh
- bin/gh completion -s fish | install -Dm644 /dev/stdin share/fish/vendor_completions.d/gh.fish
-}
-
-check(){
- cd "cli-$pkgver"
- make test
-}
-
-package() {
- cd "cli-$pkgver"
- make DESTDIR="${pkgdir}" prefix="/usr" install
- cp -r share/ "$pkgdir"/usr
- install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
-}
Copied: github-cli/repos/community-x86_64/PKGBUILD (from rev 942196, github-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-22 19:32:43 UTC (rev 942197)
@@ -0,0 +1,50 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Richard Bradfield <bradfier at fstab.me>
+
+pkgname=github-cli
+pkgver=1.10.3
+pkgrel=1
+pkgdesc="The GitHub CLI"
+arch=("x86_64")
+url="https://github.com/cli/cli"
+license=("MIT")
+depends=("glibc" "mailcap")
+makedepends=("go" "git")
+optdepends=("git: To interact with repositories")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('5cb8d367fb028e1ea52f760b03a1239e9b04666dbddc7fd6b1ba3ca9e426a723')
+
+prepare() {
+ cd "cli-${pkgver}"
+ # TODO: These tests invoke the TTY and our container *really* does not like that
+ rm pkg/cmd/auth/login/login_test.go
+}
+
+build() {
+ cd "cli-$pkgver"
+
+ export CGO_CPPFLAGS="${CPPFLAGS}"
+ export CGO_CFLAGS="${CFLAGS}"
+ export CGO_CXXFLAGS="${CXXFLAGS}"
+ export CGO_LDFLAGS="${LDFLAGS}"
+ export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw -ldflags=-linkmode=external"
+
+ make GH_VERSION="v$pkgver" bin/gh manpages
+ bin/gh completion -s bash | install -Dm644 /dev/stdin share/bash-completion/completions/gh
+ bin/gh completion -s zsh | install -Dm644 /dev/stdin share/zsh/site-functions/_gh
+ bin/gh completion -s fish | install -Dm644 /dev/stdin share/fish/vendor_completions.d/gh.fish
+}
+
+check(){
+ cd "cli-$pkgver"
+ make test
+}
+
+package() {
+ cd "cli-$pkgver"
+ make DESTDIR="${pkgdir}" prefix="/usr" install
+ cp -r share/ "$pkgdir"/usr
+ install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
+}
More information about the arch-commits
mailing list