[arch-commits] Commit in git-lfs/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Wed Nov 4 23:53:58 UTC 2020
Date: Wednesday, November 4, 2020 @ 23:53:58
Author: foxboron
Revision: 742741
archrelease: copy trunk to community-x86_64
Added:
git-lfs/repos/community-x86_64/PKGBUILD
(from rev 742740, git-lfs/trunk/PKGBUILD)
Deleted:
git-lfs/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-04 23:53:50 UTC (rev 742740)
+++ PKGBUILD 2020-11-04 23:53:58 UTC (rev 742741)
@@ -1,39 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=git-lfs
-pkgver=2.12.0
-pkgrel=2
-pkgdesc="Git extension for versioning large files"
-arch=('x86_64')
-url="https://git-lfs.github.com"
-license=('MIT')
-makedepends=('go' 'ruby-ronn' 'go-tools')
-depends=('git')
-source=("git+https://github.com/git-lfs/git-lfs.git#tag=v${pkgver}?signed")
-validpgpkeys=('88ACE9B29196305BA9947552F1BA225C0223B187') # brian m. carlson <sandals at crustytoothpaste.net>
-sha256sums=('SKIP')
-
-build(){
- cd "$pkgname"
- export CGO_CPPFLAGS="${CPPFLAGS}"
- export CGO_CFLAGS="${CFLAGS}"
- export CGO_CXXFLAGS="${CXXFLAGS}"
- export CGO_LDFLAGS="${LDFLAGS}"
- export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw -ldflags=-linkmode=external"
- go generate ./commands
- go build .
- make man
-}
-
-check(){
- cd "$pkgname"
- go test -mod=vendor ./...
-}
-
-package() {
- cd "$pkgname"
- install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
- install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
- install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/*.1
- install -Dm644 -t "$pkgdir"/usr/share/man/man5 man/*.5
-}
Copied: git-lfs/repos/community-x86_64/PKGBUILD (from rev 742740, git-lfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-04 23:53:58 UTC (rev 742741)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=git-lfs
+pkgver=2.12.1
+pkgrel=1
+pkgdesc="Git extension for versioning large files"
+arch=('x86_64')
+url="https://git-lfs.github.com"
+license=('MIT')
+makedepends=('go' 'ruby-ronn' 'go-tools')
+depends=('git')
+source=("git+https://github.com/git-lfs/git-lfs.git#tag=v${pkgver}?signed")
+validpgpkeys=('88ACE9B29196305BA9947552F1BA225C0223B187') # brian m. carlson <sandals at crustytoothpaste.net>
+sha256sums=('SKIP')
+
+build(){
+ cd "$pkgname"
+ export CGO_CPPFLAGS="${CPPFLAGS}"
+ export CGO_CFLAGS="${CFLAGS}"
+ export CGO_CXXFLAGS="${CXXFLAGS}"
+ export CGO_LDFLAGS="${LDFLAGS}"
+ export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw -ldflags=-linkmode=external"
+ go generate ./commands
+ go build .
+ make man
+}
+
+check(){
+ cd "$pkgname"
+ go test -mod=vendor ./...
+}
+
+package() {
+ cd "$pkgname"
+ install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
+ install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/*.1
+ install -Dm644 -t "$pkgdir"/usr/share/man/man5 man/*.5
+}
More information about the arch-commits
mailing list