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 c9f3d91f35833fb745989d0fdcb9d470371f1225
parent e20ee0f7efc97d53b773a4c215d1fa67511ea32c
Author: St John Karp <contact@stjo.hn>
Date:   Wed, 20 Jul 2022 09:38:25 -0400

kbd: Add package at version 2.5.1

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

diff --git a/extra/kbd/build b/extra/kbd/build @@ -0,0 +1,11 @@ +#!/usr/bin/env sh + +sed 's/gunzip/gzip --decompress/' data/Makefile.in > _ +mv -f _ data/Makefile.in + +./configure \ + $KISS_CONFIGURE \ + --prefix=/usr \ + --disable-vlock +make +make install diff --git a/extra/kbd/checksums b/extra/kbd/checksums @@ -0,0 +1 @@ +ccdf452387a6380973d2927363e9cbb939fa2068915a6f937ff9d24522024683 diff --git a/extra/kbd/depends b/extra/kbd/depends @@ -0,0 +1 @@ +pigz make diff --git a/extra/kbd/sources b/extra/kbd/sources @@ -0,0 +1 @@ +https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-VERSION.tar.xz diff --git a/extra/kbd/version b/extra/kbd/version @@ -0,0 +1 @@ +2.5.1 1