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 35aadd4ccbdd31c19883baedcb895b39fd974ee6
parent 9944ec210afdc82e647cd1db197ccb99804dfed5
Author: St John Karp <contact@stjo.hn>
Date:   Mon, 11 Jul 2022 07:43:10 -0400

brightnessctl: Add package tracking the git repo

I'd have preferred using the latest release 0.5.1 but that was two
years ago and the project has since implemented support for a
proper build `configure` file.

Diffstat:
Aextra/brightnessctl/build | 9+++++++++
Aextra/brightnessctl/checksums | 1+
Aextra/brightnessctl/sources | 1+
Aextra/brightnessctl/version | 1+
4 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/extra/brightnessctl/build b/extra/brightnessctl/build @@ -0,0 +1,9 @@ +#!/usr/bin/env sh + +./configure \ + $KISS_CONFIGURE \ + --prefix=/usr \ + --disable-udev \ + --disable-logind +make +make install diff --git a/extra/brightnessctl/checksums b/extra/brightnessctl/checksums @@ -0,0 +1 @@ +a68869e23f56ac4f2e28f1783002810ddbf10f95e1af9b48b2912fb169f46994 diff --git a/extra/brightnessctl/sources b/extra/brightnessctl/sources @@ -0,0 +1 @@ +git+https://github.com/Hummer12007/brightnessctl.git diff --git a/extra/brightnessctl/version b/extra/brightnessctl/version @@ -0,0 +1 @@ +0.5.1-git 1