[arch-commits] Commit in git-lfs/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Tue Jun 12 10:20:45 UTC 2018
Date: Tuesday, June 12, 2018 @ 10:20:45
Author: foxboron
Revision: 342451
archrelease: copy trunk to community-x86_64
Added:
git-lfs/repos/community-x86_64/PKGBUILD
(from rev 342450, git-lfs/trunk/PKGBUILD)
Deleted:
git-lfs/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-12 10:20:38 UTC (rev 342450)
+++ PKGBUILD 2018-06-12 10:20:45 UTC (rev 342451)
@@ -1,41 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=git-lfs
-pkgver=2.4.1
-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' 'glide')
-depends=('git')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/git-lfs/git-lfs/archive/v${pkgver}.tar.gz")
-sha256sums=('3f57aa7bc82b21f5ac9c8df33fed853bb8fbefce0a5eecff80a504e56426a48e')
-
-prepare(){
- export GOPATH="${srcdir}"
- mkdir -p src
- mv "${pkgname}-${pkgver}"/vendor/* src/
- mkdir -p src/github.com/git-lfs
- ln -rTsf "${pkgname}-${pkgver}" src/github.com/git-lfs/git-lfs
-
- cd "${pkgname}-${pkgver}"
- glide install
-}
-
-build(){
- cd "${pkgname}-${pkgver}"
- export GOPATH="${srcdir}"
- go build -o "${pkgname}" .
- ./script/man
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
- install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
- install -d "$pkgdir"/usr/share/man/man1
- install -Dm644 man/*.1 "$pkgdir"/usr/share/man/man1
- install -d "$pkgdir"/usr/share/man/man5
- install -Dm644 man/*.5 "$pkgdir"/usr/share/man/man5
-}
Copied: git-lfs/repos/community-x86_64/PKGBUILD (from rev 342450, git-lfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-12 10:20:45 UTC (rev 342451)
@@ -0,0 +1,41 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=git-lfs
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="Git extension for versioning large files"
+arch=('x86_64')
+url="https://git-lfs.github.com"
+license=('MIT')
+makedepends=('go-pie' 'ruby-ronn' 'glide')
+depends=('git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/git-lfs/git-lfs/archive/v${pkgver}.tar.gz")
+sha256sums=('130a552a27c8f324ac0548baf9db0519c4ae96c26a85f926c07ebe0f15a69fc2')
+
+prepare(){
+ export GOPATH="${srcdir}"
+ mkdir -p src
+ mv "${pkgname}-${pkgver}"/vendor/* src/
+ mkdir -p src/github.com/git-lfs
+ ln -rTsf "${pkgname}-${pkgver}" src/github.com/git-lfs/git-lfs
+
+ cd "${pkgname}-${pkgver}"
+ glide install
+}
+
+build(){
+ cd "${pkgname}-${pkgver}"
+ export GOPATH="${srcdir}"
+ go build -o "${pkgname}" .
+ ./script/man
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
+ install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ install -d "$pkgdir"/usr/share/man/man1
+ install -Dm644 man/*.1 "$pkgdir"/usr/share/man/man1
+ install -d "$pkgdir"/usr/share/man/man5
+ install -Dm644 man/*.5 "$pkgdir"/usr/share/man/man5
+}
More information about the arch-commits
mailing list