Search Criteria
Package Details: gobbl 0.2.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gobbl.git (read-only, click to copy) |
|---|---|
| Package Base: | gobbl |
| Description: | A simple Go utility to get and display connected bluetooth device battery levels via the Bluez D-Bus interface |
| Upstream URL: | https://github.com/seabassapologist/gobbl |
| Keywords: | ble bluethooth golang |
| Licenses: | BSD |
| Submitter: | seabassapologist |
| Maintainer: | seabassapologist |
| Last Packager: | seabassapologist |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-01-03 18:53 (UTC) |
| Last Updated: | 2022-01-15 16:16 (UTC) |
Dependencies (1)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, gcc-go-snapshotAUR, go-binAUR, gcc-go) (make)
Latest Comments
dreieck commented on 2025-03-20 20:05 (UTC)
This package downloads stuff in
build(). This should not happen.Please download the go specific stuff in
prepare()so thatbuild()can run in an offline environment.Regards and thanks for the package!