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 c19374c5658aed548acd568ff3bb56e31bcb931a
parent a73a69df8efaac03fd6e9e39f3710a3007f48700
Author: St John Karp <contact@stjo.hn>
Date:   Sun,  4 Jun 2023 16:44:15 -0400

ledger: Add new package at version 3.3.2

Imported this package from eudaldgr/kiss-garbage and updated
it to the latest version to build with KISS:
https://github.com/eudaldgr/kiss-garbage

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

diff --git a/extra/ledger/build b/extra/ledger/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +cmake -B build \ + -DCMAKE_INSTALL_PREFIX:PATH=/usr \ + -DCMAKE_INSTALL_LIBDIR:PATH=lib \ + -DUSE_PYTHON:BOOL=FALSE + +cmake --build build +cmake --install build diff --git a/extra/ledger/checksums b/extra/ledger/checksums @@ -0,0 +1 @@ +3377fdc2532a9751fa27f2b94b78792801ffff4969e7b332d29dcb87128aa70ccc diff --git a/extra/ledger/depends b/extra/ledger/depends @@ -0,0 +1,3 @@ +boost +cmake make +mpfr diff --git a/extra/ledger/sources b/extra/ledger/sources @@ -0,0 +1 @@ +https://github.com/ledger/ledger/archive/refs/tags/v3.3.2.tar.gz diff --git a/extra/ledger/version b/extra/ledger/version @@ -0,0 +1 @@ +3.3.2 1