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

ddate: Add package at version 0.2.2

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

diff --git a/extra/ddate/build b/extra/ddate/build @@ -0,0 +1,7 @@ +#!/usr/bin/env sh + +mkdir build +cd build +cmake -DCMAKE_INSTALL_PREFIX=/usr .. +make +make install diff --git a/extra/ddate/checksums b/extra/ddate/checksums @@ -0,0 +1 @@ +d53c3f0af845045f39d6d633d295fd4efbe2a792fd0d04d25d44725d11c678ad diff --git a/extra/ddate/depends b/extra/ddate/depends @@ -0,0 +1 @@ +cmake make diff --git a/extra/ddate/sources b/extra/ddate/sources @@ -0,0 +1 @@ +https://github.com/bo0ts/ddate/archive/refs/tags/vVERSION.tar.gz diff --git a/extra/ddate/version b/extra/ddate/version @@ -0,0 +1 @@ +0.2.2 1