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 cae9a0b1eca2238130b1621c082ebfd1e960d218
parent f6c92d942dae147cd987f122a6374124b1262652
Author: St John Karp <contact@stjo.hn>
Date:   Wed, 27 Jul 2022 08:43:38 -0400

sl: Add package at version 5.02

Diffstat:
Aextra/sl/build | 6++++++
Aextra/sl/checksums | 1+
Aextra/sl/sources | 1+
Aextra/sl/version | 1+
4 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/extra/sl/build b/extra/sl/build @@ -0,0 +1,6 @@ +#!/usr/bin/env sh + +make +mkdir -p "$1/usr/bin" "$1/usr/share/man/man1" +install -m 755 sl "$1/usr/bin" +install sl.1 "$1/usr/share/man/man1" diff --git a/extra/sl/checksums b/extra/sl/checksums @@ -0,0 +1 @@ +1e5996757f879c81f202a18ad8e982195cf51c41727d3fea4af01fdcbbb5563a diff --git a/extra/sl/sources b/extra/sl/sources @@ -0,0 +1 @@ +https://github.com/mtoyoda/sl/archive/refs/tags/VERSION.tar.gz diff --git a/extra/sl/version b/extra/sl/version @@ -0,0 +1 @@ +5.02 1