[arch-commits] Commit in git-lfs/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Mon Oct 14 15:11:14 UTC 2019
Date: Monday, October 14, 2019 @ 15:11:14
Author: foxboron
Revision: 515710
archrelease: copy trunk to community-x86_64
Added:
git-lfs/repos/community-x86_64/PKGBUILD
(from rev 515709, git-lfs/trunk/PKGBUILD)
Deleted:
git-lfs/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-14 15:11:05 UTC (rev 515709)
+++ PKGBUILD 2019-10-14 15:11:14 UTC (rev 515710)
@@ -1,39 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=git-lfs
-pkgver=2.8.0
-pkgrel=2
-pkgdesc="Git extension for versioning large files"
-arch=('x86_64')
-url="https://git-lfs.github.com"
-license=('MIT')
-makedepends=('go-pie' 'ruby-ronn' 'go-tools')
-depends=('git')
-source=("git+https://github.com/git-lfs/git-lfs.git#tag=v${pkgver}?signed")
-#validpgpkeys=('4DB92D1D8CEE7E54F06713452D0C9BC12F82B3A1') # brian m. carlson <sandals at crustytoothpaste.net>
-validpgpkeys=('88ACE9B29196305BA9947552F1BA225C0223B187') # brian m. carlson <sandals at crustytoothpaste.net>
-sha256sums=('SKIP')
-
-build(){
- cd "$pkgname"
- go build \
- -gcflags "all=-trimpath=${PWD}" \
- -asmflags "all=-trimpath=${PWD}" \
- -ldflags "-extldflags ${LDFLAGS}" \
- .
- make man
-}
-
-check(){
- cd "$pkgname"
- # TODO: Make sure this passes in the future
- make test || true
-}
-
-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 515709, git-lfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-14 15:11:14 UTC (rev 515710)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=git-lfs
+pkgver=2.8.0
+pkgrel=3
+pkgdesc="Git extension for versioning large files"
+arch=('x86_64')
+url="https://git-lfs.github.com"
+license=('MIT')
+makedepends=('go-pie' 'ruby-ronn' 'go-tools')
+depends=('git')
+source=("git+https://github.com/git-lfs/git-lfs.git#tag=v${pkgver}?signed")
+#validpgpkeys=('4DB92D1D8CEE7E54F06713452D0C9BC12F82B3A1') # brian m. carlson <sandals at crustytoothpaste.net>
+validpgpkeys=('88ACE9B29196305BA9947552F1BA225C0223B187') # brian m. carlson <sandals at crustytoothpaste.net>
+sha256sums=('SKIP')
+
+build(){
+ cd "$pkgname"
+ go build \
+ -mod=vendor \
+ -trimpath \
+ -ldflags "-extldflags ${LDFLAGS}" \
+ .
+ make man
+}
+
+check(){
+ cd "$pkgname"
+ # TODO: Make sure this passes in the future
+ make test || true
+}
+
+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