summaryrefslogtreecommitdiff
path: root/libgit2
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-01-03 14:34:03 +0100
committerTim Biermann <tbier@posteo.de>2022-01-03 14:34:03 +0100
commit87d8c08dc7e0454b762a111fbf492b5c63944ee0 (patch)
tree5433481e10b6ff70a6bc63a74359ad1e7953c7a6 /libgit2
parentaa7c0f52ee73a454d65b9a26e9126938be7d6e70 (diff)
downloadcontrib-87d8c08dc7e0454b762a111fbf492b5c63944ee0.tar.gz
contrib-87d8c08dc7e0454b762a111fbf492b5c63944ee0.tar.xz
libgit2: adjust depends on line
Diffstat (limited to 'libgit2')
-rw-r--r--libgit2/.signature4
-rw-r--r--libgit2/Pkgfile6
2 files changed, 4 insertions, 6 deletions
diff --git a/libgit2/.signature b/libgit2/.signature
index b00463709..575708686 100644
--- a/libgit2/.signature
+++ b/libgit2/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF33ZKD7uy4TFmX6ApOzn7cOa2hCDAL9GwEqY1QQt/uRnmLta36izq7KEbdq8PSleqH1De5oVXyLxSPGPcOSXJpgA=
-SHA256 (Pkgfile) = 7d74270d1be40eb26e457a2eb420be2a9297f912f29c03ea0df91d270257d5c1
+RWSagIOpLGJF3/bTB/arTtZL6DyIxcg3FLbXG8BoCr8F54lVvFNigxdtDpmWHB+8Djrt/qTw9Xl2o6qJvrdic4XL3UFhU1oxRQU=
+SHA256 (Pkgfile) = 422037f8cd1410b571813adb388f1cd74fcde03c1d0116a95f67cd8af2ccdca5
SHA256 (.footprint) = 494c179d6f7fdecd8840a2eee7ef0924b54afcf6cfe3a0fc4a81c08e0e359e9a
SHA256 (libgit2-1.3.0.tar.gz) = 192eeff84596ff09efb6b01835a066f2df7cd7985e0991c79595688e6b36444e
diff --git a/libgit2/Pkgfile b/libgit2/Pkgfile
index f35692dea..2b02fd852 100644
--- a/libgit2/Pkgfile
+++ b/libgit2/Pkgfile
@@ -1,7 +1,7 @@
# Description: A linkable library for Git
# URL: https://libgit2.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
-# Depends on: cmake http-parser
+# Depends on: http-parser
name=libgit2
version=1.3.0
@@ -9,9 +9,7 @@ release=1
source=(https://github.com/$name/$name/archive/v$version/$name-$version.tar.gz)
build() {
- prt-get isinst ninja && PKGMK_LIBGIT2+=' -G Ninja'
-
- cmake -S $name-$version -B build $PKGMK_LIBGIT2 \
+ cmake -S $name-$version -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-D CMAKE_BUILD_TYPE=Release \

Generated by cgit