[arch-commits] Commit in libgit2/repos (4 files)

Lukas Fleischer lfleischer at archlinux.org
Fri Jul 7 13:02:41 UTC 2017


    Date: Friday, July 7, 2017 @ 13:02:40
  Author: lfleischer
Revision: 299803

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  libgit2/repos/community-staging-i686/
  libgit2/repos/community-staging-i686/PKGBUILD
    (from rev 299802, libgit2/trunk/PKGBUILD)
  libgit2/repos/community-staging-x86_64/
  libgit2/repos/community-staging-x86_64/PKGBUILD
    (from rev 299802, libgit2/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: libgit2/repos/community-staging-i686/PKGBUILD (from rev 299802, libgit2/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-07-07 13:02:40 UTC (rev 299803)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Hilton Medeiros <medeiros.hilton at gmail.com>
+# Contributor: Dave Reisner <d at falconindy.com>
+
+pkgname=libgit2
+pkgver=0.26.0
+pkgrel=1
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('i686' 'x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2 curl)
+makedepends=(cmake python)
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz")
+sha1sums=('7e9792e3d2ee88719f0d7cb59737256bfc1cddbb')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgit2/repos/community-staging-x86_64/PKGBUILD (from rev 299802, libgit2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-07-07 13:02:40 UTC (rev 299803)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Hilton Medeiros <medeiros.hilton at gmail.com>
+# Contributor: Dave Reisner <d at falconindy.com>
+
+pkgname=libgit2
+pkgver=0.26.0
+pkgrel=1
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('i686' 'x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2 curl)
+makedepends=(cmake python)
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz")
+sha1sums=('7e9792e3d2ee88719f0d7cb59737256bfc1cddbb')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list