Search Criteria
Package Details: brightness-git 20240120.r19.24be7d4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/brightness-git.git (read-only, click to copy) |
---|---|
Package Base: | brightness-git |
Description: | A small Rust program that uses ddcutil to control your monitor's brightness |
Upstream URL: | https://gitlab.com/Devorlon/brightness |
Licenses: | AGPL3 |
Conflicts: | brightness |
Provides: | brightness |
Submitter: | prurigro |
Maintainer: | prurigro |
Last Packager: | prurigro |
Votes: | 1 |
Popularity: | 0.000395 |
First Submitted: | 2023-10-26 04:21 (UTC) |
Last Updated: | 2024-01-22 05:20 (UTC) |
Dependencies (3)
- ddcutil (ddcutil-dev-gitAUR, ddcutil-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
- ruby-ronn-ng (make)
Latest Comments
dreieck commented on 2024-05-26 12:24 (UTC)
Please move the
go
download stuff out frombuild()
intoprepare()
, so thatbuild()
can work in an offline environment:Regards and thanks for maintaining!