Search Criteria
Package Details: batteryctl 1.1.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/batteryctl.git (read-only, click to copy) |
---|---|
Package Base: | batteryctl |
Description: | An open-source Rust-based command-line tool for interacting with batteries. |
Upstream URL: | https://github.com/DucktectiveCZ/batteryctl |
Licenses: | MIT |
Submitter: | ducktectivecz |
Maintainer: | ducktectivecz |
Last Packager: | ducktectivecz |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2025-02-27 16:20 (UTC) |
Last Updated: | 2025-03-05 12:13 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
ducktectivecz commented on 2025-03-03 11:57 (UTC)
Thanks for the suggestions! This is my first package on the aur so I don't have any experience, so I really appreciate any suggestions and/or criticism. I will fix the package as soon as I can. :D
sekret commented on 2025-02-27 20:59 (UTC) (edited on 2025-02-27 21:10 (UTC) by sekret)
Please add git to makedepends. And remove your depends line entirely, because rust isn't required for this to work. Instead it needs
depends=('gcc-libs' 'glibc')
And add the license file, because each MIT license file is different, so it has to be included.