Date: Tuesday, February 15, 2022 @ 18:40:15 Author: alerque Revision: 1133375
archrelease: copy trunk to community-x86_64 Added: github-cli/repos/community-x86_64/PKGBUILD (from rev 1133374, github-cli/trunk/PKGBUILD) Deleted: github-cli/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 104 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 52 insertions(+), 52 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-02-15 18:40:04 UTC (rev 1133374) +++ PKGBUILD 2022-02-15 18:40:15 UTC (rev 1133375) @@ -1,52 +0,0 @@ -# Maintainer: Morten Linderud <foxbo...@archlinux.org> -# Maintainer: Caleb Maclennan <ca...@alerque.com> -# Contributor: Eli Schwartz <eschwa...@archlinux.org> -# Contributor: Richard Bradfield <bradf...@fstab.me> - -pkgname=github-cli -pkgver=2.5.0 -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=('4e9d1cbcdd2346cab5b7fc176cd57c07ed3628a0241fad8a48fe4df6a354b120') - -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 CGO_ENABLED=0 - 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 1133374, github-cli/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-02-15 18:40:15 UTC (rev 1133375) @@ -0,0 +1,52 @@ +# Maintainer: Morten Linderud <foxbo...@archlinux.org> +# Maintainer: Caleb Maclennan <ca...@alerque.com> +# Contributor: Eli Schwartz <eschwa...@archlinux.org> +# Contributor: Richard Bradfield <bradf...@fstab.me> + +pkgname=github-cli +pkgver=2.5.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=('89aac9c35ad875f1b17144bf9fcbfa7231554d4abce187d9277fcc83da846e4a') + +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 CGO_ENABLED=0 + 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" +}