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 ecafed5cb9966539dc284041aec6b43486c6495c
parent 682e51d8585a061e96b3ac639e724d9b4b10416b
Author: St John Karp <contact@stjo.hn>
Date:   Sun, 19 Jun 2022 14:10:41 -0400

brlaser: Add new package from the git master branch

There haven't been any changes to this driver in two years despite
which there are some important fixes waiting for a new release ---
see this issue:
https://github.com/pdewacht/brlaser/issues/85

It's best just to build this from git until we get a new version.

Diffstat:
Aextra/brlaser/build | 5+++++
Aextra/brlaser/depends | 2++
Aextra/brlaser/sources | 1+
Aextra/brlaser/version | 1+
4 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/extra/brlaser/build b/extra/brlaser/build @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +cmake -DCMAKE_INSTALL_PREFIX=/usr . +make +make install diff --git a/extra/brlaser/depends b/extra/brlaser/depends @@ -0,0 +1,2 @@ +cmake make +cups diff --git a/extra/brlaser/sources b/extra/brlaser/sources @@ -0,0 +1 @@ +git+https://github.com/pdewacht/brlaser.git diff --git a/extra/brlaser/version b/extra/brlaser/version @@ -0,0 +1 @@ +git 1