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 9a63b5a7e327b48f76f55fb379a667eb3d4c1765
parent 0af802b85cd3191e82e92733b65e404ac32b4705
Author: St John Karp <contact@stjo.hn>
Date:   Mon,  5 Jun 2023 05:48:15 -0400

libgrapheme: Add new package at version 2.0.2

Diffstat:
Aextra/libgrapheme/build | 8++++++++
Aextra/libgrapheme/checksums | 1+
Aextra/libgrapheme/sources | 1+
Aextra/libgrapheme/version | 1+
4 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/extra/libgrapheme/build b/extra/libgrapheme/build @@ -0,0 +1,8 @@ +#!/usr/bin/env sh + +sed -e 's|PREFIX = /usr/local|PREFIX = /usr|' \ + -e 's/LDCONFIG = ldconfig/LDCONFIG =/' \ + config.mk > _ +mv _ config.mk + +make install diff --git a/extra/libgrapheme/checksums b/extra/libgrapheme/checksums @@ -0,0 +1 @@ +5f9d7c76e8c3ccb40ca70696a7b6513af3c08b40fb94cbddfe2a6b4b2f2295ceb7 diff --git a/extra/libgrapheme/sources b/extra/libgrapheme/sources @@ -0,0 +1 @@ +https://dl.suckless.org/libgrapheme/libgrapheme-2.0.2.tar.gz diff --git a/extra/libgrapheme/version b/extra/libgrapheme/version @@ -0,0 +1 @@ +2.0.2 1