Skip to content

Commit

Permalink
move battery-monitor releases to launchpad
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbasu authored and philclifford committed Feb 26, 2024
1 parent 9ff279a commit 4065877
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions 01-main/packages/battery-monitor
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
DEFVER=1
CODENAMES_SUPPORTED="bookworm bullseye buster trixie sid focal jammy kinetic lunar mantic"
get_github_releases "mamolinux/battery-monitor" "latest"
if [ "${ACTION}" != "prettylist" ]; then
URL="$(grep "browser_download_url.*\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)"
VERSION_PUBLISHED="$(cut -d'/' -f8 <<<"${URL}")"
fi
CODENAMES_SUPPORTED="bookworm bullseye buster trixie sid focal jammy kinetic lunar mantic noble"
APT_LIST_NAME="apps.mamolinux.org"
PPA="ppa:mamolinux/gui-apps"
PRETTY_NAME="Battery Monitor"
WEBSITE="https://github.com/mamolinux/battery-monitor/"
WEBSITE="https://hsbasu.github.io/battery-monitor/"
SUMMARY="An X-platform utility tool developed on Python, notifies about charging, discharging, and critically low battery state of the battery on laptop."

0 comments on commit 4065877

Please sign in to comment.