kiss-repo

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 64d36873d780f5af6a2b9461f1f77014948cac97
parent ec5394fba3f42491cc25c846b059e120708fde41
Author: aabacchus <bvnfuller@gmail.com>
Date:   Tue,  6 Apr 2021 03:37:59 +0100

uriparser: new package at 0.9.5

Diffstat:
Auriparser/build | 12++++++++++++
Auriparser/checksums | 1+
Auriparser/depends | 1+
Auriparser/sources | 1+
Auriparser/version | 1+
5 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/uriparser/build b/uriparser/build @@ -0,0 +1,12 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +cmake -B build \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DURIPARSER_BUILD_TESTS=OFF \ + -DURIPARSER_BUILD_DOCS=OFF + +cmake --build build +cmake --install build diff --git a/uriparser/checksums b/uriparser/checksums @@ -0,0 +1 @@ +dece5067b4517c4b16cde332c491b4b3508249d2a8f4ba393229575d3c5241c0 diff --git a/uriparser/depends b/uriparser/depends @@ -0,0 +1 @@ +cmake make diff --git a/uriparser/sources b/uriparser/sources @@ -0,0 +1 @@ +https://github.com/uriparser/uriparser/archive/refs/tags/uriparser-0.9.5.tar.gz diff --git a/uriparser/version b/uriparser/version @@ -0,0 +1 @@ +0.9.5 1