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 55c80bd9f6a1d95ba40ac5e94a39a520fcf33786
parent 33bab23d2374765a49d397a3da088a5f887df3d6
Author: St John Karp <contact@stjo.hn>
Date:   Thu, 16 Jun 2022 21:00:30 -0400

libqrencode: Add package

Diffstat:
Alibs/libqrencode/build | 8++++++++
Alibs/libqrencode/checksums | 1+
Alibs/libqrencode/depends | 2++
Alibs/libqrencode/sources | 1+
Alibs/libqrencode/version | 1+
5 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/libs/libqrencode/build b/libs/libqrencode/build @@ -0,0 +1,8 @@ +#!/usr/bin/env sh + +./autogen.sh +./configure \ + $KISS_CONFIGURE \ + --prefix=/usr +make +make install diff --git a/libs/libqrencode/checksums b/libs/libqrencode/checksums @@ -0,0 +1 @@ +5385bc1b8c2f20f3b91d258bf8ccc8cf62023935df2d2676b5b67049f31a049c diff --git a/libs/libqrencode/depends b/libs/libqrencode/depends @@ -0,0 +1,2 @@ +autoconf make +automake make diff --git a/libs/libqrencode/sources b/libs/libqrencode/sources @@ -0,0 +1 @@ +https://github.com/fukuchi/libqrencode/archive/refs/tags/vVERSION.tar.gz diff --git a/libs/libqrencode/version b/libs/libqrencode/version @@ -0,0 +1 @@ +4.1.1 1