[arch-commits] Commit in libgit2/repos (4 files)
Lukas Fleischer
lfleischer at archlinux.org
Wed Apr 13 21:18:29 UTC 2016
Date: Wednesday, April 13, 2016 @ 23:18:28
Author: lfleischer
Revision: 264856
archrelease: copy trunk to community-i686, community-x86_64
Added:
libgit2/repos/community-i686/
libgit2/repos/community-i686/PKGBUILD
(from rev 264855, libgit2/trunk/PKGBUILD)
libgit2/repos/community-x86_64/
libgit2/repos/community-x86_64/PKGBUILD
(from rev 264855, libgit2/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
Copied: libgit2/repos/community-i686/PKGBUILD (from rev 264855, libgit2/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-13 21:18:28 UTC (rev 264856)
@@ -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.24.1
+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=('198ac53d713c521d940951ab5d6b90b75b941918')
+
+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-x86_64/PKGBUILD (from rev 264855, libgit2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-04-13 21:18:28 UTC (rev 264856)
@@ -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.24.1
+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=('198ac53d713c521d940951ab5d6b90b75b941918')
+
+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