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 3b64709bcfd1423449b8460370a0d8cf391719d3
parent 9a63b5a7e327b48f76f55fb379a667eb3d4c1765
Author: St John Karp <contact@stjo.hn>
Date:   Mon,  5 Jun 2023 06:01:42 -0400

light: Add new package tracking the latest in git

It's not ideal that we can't use a proper release version, but there
hasn't been one in three years and there have been important fixes
since then.

Diffstat:
Aextra/light/build | 7+++++++
Aextra/light/checksums | 1+
Aextra/light/sources | 1+
Aextra/light/version | 1+
4 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/extra/light/build b/extra/light/build @@ -0,0 +1,7 @@ +#!/usr/bin/env sh + +./autogen.sh +./configure $KISS_CONFIGURE \ + --prefix=/usr +make +make install diff --git a/extra/light/checksums b/extra/light/checksums @@ -0,0 +1 @@ +6bc0aac4751febeb615e1efb5a0ba2239e06cf21c14c152194f58e0ebf35dd0edf diff --git a/extra/light/sources b/extra/light/sources @@ -0,0 +1 @@ +git+https://github.com/haikarainen/light.git diff --git a/extra/light/version b/extra/light/version @@ -0,0 +1 @@ +git 1