Skip to content

Commit

Permalink
Merge branch 'dhitchcock-main'
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Jun 12, 2022
2 parents 5be7af2 + 03d965b commit 5b3ae66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ The software below can be installed, updated and removed using `deb-get`.
- `deb-get purge <packagename>`

<img src=".github/debian.png" align="top" width="20" /> [1Password](https://1password.com/) (`1password`) - <i>The easiest way to store and use strong passwords.</i><br />
<img src=".github/github.png" align="top" width="20" /> [Android Messages Desktop](https://github.com/OrangeDrangon/android-messages-desktop) (`android-messages-desktop`) - <i>Run Android Messages as a desktop app, a la iMessage.</i><br />
<img src=".github/github.png" align="top" width="20" /> [AntiMicroX](https://antimicrox.github.io/) (`antimicrox`) - <i>A graphical program used to map keyboard buttons and mouse controls to a gamepad.</i><br />
<img src=".github/debian.png" align="top" width="20" /> [AnyDesk](https://anydesk.com/) (`anydesk`) - <i>Access any device at any time. From anywhere. Always secure and fast.</i><br />
<img src=".github/debian.png" align="top" width="20" /> [Atom](https://atom.io/) (`atom`) - <i>A hackable text editor for the 21st Century.</i><br />
Expand Down
9 changes: 9 additions & 0 deletions deb-get
Original file line number Diff line number Diff line change
Expand Up @@ -1757,6 +1757,15 @@ function deb_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."
}

function deb_android-messages-desktop() {
get_github_releases "https://api.github.com/repos/OrangeDrangon/android-messages-desktop/releases/latest"
VERSION_PUBLISHED="$(grep "browser_download_url.*.deb" "${CACHE_DIR}/${APP}.json" | head -n1 | cut -d'"' -f4 | cut -d'/' -f8 | sed 's|v||')"
URL=$(grep "browser_download_url.*${HOST_ARCH}.deb" "${CACHE_DIR}/${APP}.json" | head -n1 | cut -d'"' -f4)
PRETTY_NAME="android-messages-desktop"
WEBSITE="https://github.com/OrangeDrangon/android-messages-desktop/"
SUMMARY="Run Android Messages as a desktop app."
}

function deb_yq() {
PPA="ppa:rmescandon/yq"
PRETTY_NAME="yq"
Expand Down

0 comments on commit 5b3ae66

Please sign in to comment.