commit 8c3c676a8d9b2ad5adcc6097a3cbe5a3260d6069 parent f117554619e46cfd780ed27ef03a9ab3809a924e Author: Cem Keylan <cem@ckyln.com> Date: Tue, 28 Jan 2020 11:59:26 +0300 libgit2: add package to extra Diffstat:
A | extra/libgit2/build | | | 7 | +++++++ |
A | extra/libgit2/checksums | | | 1 | + |
A | extra/libgit2/sources | | | 1 | + |
A | extra/libgit2/version | | | 1 | + |
4 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/extra/libgit2/build b/extra/libgit2/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +mkdir build && cd build + +cmake -DCMAKE_INSTALL_PREFIX=/usr .. +cmake --build . +DESTDIR="$1" cmake --install . diff --git a/extra/libgit2/checksums b/extra/libgit2/checksums @@ -0,0 +1 @@ +30f3877469d09f2e4a21be933b4e2800560d16646028dd800744dc5f7fb0c749 v0.28.4.tar.gz diff --git a/extra/libgit2/sources b/extra/libgit2/sources @@ -0,0 +1 @@ +https://github.com/libgit2/libgit2/archive/v0.28.4.tar.gz diff --git a/extra/libgit2/version b/extra/libgit2/version @@ -0,0 +1 @@ +0.28.4 1