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 bb263ca55a689d46a7bd31dd17fc49c0cc38ef74
parent 3c369b3cfb64a78b3806ae2c622586c070835345
Author: St John Karp <contact@stjo.hn>
Date:   Sun, 26 Jun 2022 09:39:07 -0400

gcab: Add package at version 1.4

Diffstat:
Alibs/gcab/build | 5+++++
Alibs/gcab/checksums | 1+
Alibs/gcab/depends | 3+++
Alibs/gcab/sources | 1+
Alibs/gcab/version | 1+
5 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/libs/gcab/build b/libs/gcab/build @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +meson build --prefix=/usr +ninja -C build +ninja -C build install diff --git a/libs/gcab/checksums b/libs/gcab/checksums @@ -0,0 +1 @@ +67a5fa9be6c923fbc9197de6332f36f69a33dadc9016a2b207859246711c048f diff --git a/libs/gcab/depends b/libs/gcab/depends @@ -0,0 +1,3 @@ +glib +meson make +zlib diff --git a/libs/gcab/sources b/libs/gcab/sources @@ -0,0 +1 @@ +https://download.gnome.org/sources/gcab/VERSION/gcab-VERSION.tar.xz diff --git a/libs/gcab/version b/libs/gcab/version @@ -0,0 +1 @@ +1.4 1