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 057a4259105316a8e9781606689eb7270f2d6a5c
parent c19374c5658aed548acd568ff3bb56e31bcb931a
Author: St John Karp <contact@stjo.hn>
Date:   Sun,  4 Jun 2023 21:18:22 -0400

graphite2: Add new package at version 1.3.14

Diffstat:
Aextra/graphite2/build | 10++++++++++
Aextra/graphite2/checksums | 1+
Aextra/graphite2/depends | 1+
Aextra/graphite2/sources | 1+
Aextra/graphite2/version | 1+
5 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/extra/graphite2/build b/extra/graphite2/build @@ -0,0 +1,10 @@ +#!/usr/bin/env sh + +sed '/cmptest/d' tests/CMakeLists.txt > _ +mv _ tests/CMakeLists.txt + +mkdir build && + cd build && + cmake -DCMAKE_INSTALL_PREFIX=/usr .. && + make +make install diff --git a/extra/graphite2/checksums b/extra/graphite2/checksums @@ -0,0 +1 @@ +73d1d834ffc7f95bc0610359c815073afb952dc81bb6c56c9487dc5bbd704aad69 diff --git a/extra/graphite2/depends b/extra/graphite2/depends @@ -0,0 +1 @@ +cmake make diff --git a/extra/graphite2/sources b/extra/graphite2/sources @@ -0,0 +1 @@ +https://github.com/silnrsi/graphite/releases/download/1.3.14/graphite2-1.3.14.tgz diff --git a/extra/graphite2/version b/extra/graphite2/version @@ -0,0 +1 @@ +1.3.14 1