kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit 4314cc8a1421add849d3e9c6cb76c773edb6b33d
parent 7a289b68392737475dece4b46df1fed015bcb1be
Author: St John Karp <contact@stjo.hn>
Date:   Sat, 30 Jul 2022 07:58:12 -0400

olm: Add package at version 3.2.12

Diffstat:
Aextra/olm/build | 7+++++++
Aextra/olm/checksums | 1+
Aextra/olm/depends | 1+
Aextra/olm/sources | 1+
Aextra/olm/version | 1+
5 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/extra/olm/build b/extra/olm/build @@ -0,0 +1,7 @@ +#!/usr/bin/env sh + +cmake . -Bbuild \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib +cmake --build build +make install PREFIX=/usr diff --git a/extra/olm/checksums b/extra/olm/checksums @@ -0,0 +1 @@ +32c81f7fed1dbdfc1322568e4c2f4d12da3974848d4b41b7721b1bbbc0296a12 diff --git a/extra/olm/depends b/extra/olm/depends @@ -0,0 +1 @@ +cmake make diff --git a/extra/olm/sources b/extra/olm/sources @@ -0,0 +1 @@ +https://gitlab.matrix.org/matrix-org/olm/-/archive/VERSION/olm-VERSION.tar.gz diff --git a/extra/olm/version b/extra/olm/version @@ -0,0 +1 @@ +3.2.12 1