commit 3b5e217d71bc400e014294f198e2d1359d0adb6f
parent f5f360da35966ce709efa6ec853d48178e866940
Author: aabacchus <ben@bvnf.space>
Date: Sat, 21 Aug 2021 23:57:58 +0100
libstrophe: new package at 0.10.0
Diffstat:
5 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/libstrophe/build b/libstrophe/build
@@ -0,0 +1,6 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make DESTDIR="$1" install
diff --git a/libstrophe/checksums b/libstrophe/checksums
@@ -0,0 +1 @@
+cf1a363ae6df88ccd97292d4e859b7680d8bac79347b53a9dc8f095456b7a02d
diff --git a/libstrophe/depends b/libstrophe/depends
@@ -0,0 +1,2 @@
+expat
+libressl
diff --git a/libstrophe/sources b/libstrophe/sources
@@ -0,0 +1 @@
+https://github.com/strophe/libstrophe/releases/download/0.10.1/libstrophe-0.10.1.tar.xz
diff --git a/libstrophe/version b/libstrophe/version
@@ -0,0 +1 @@
+0.10.1 1