Skip to content

Commit

Permalink
deb-get: Add whalebird
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed May 10, 2022
1 parent 5d615fc commit afc29fa
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 @@ -199,6 +199,7 @@ The software below can be installed, updated and removed using `deb-get`.
<img src=".github/debian.png" align="top" width="20" /> [Wavebox](https://wavebox.io/) (`wavebox`) - <i>Rethink the Web. Productivity Browser.</i><br />
<img src=".github/direct.png" align="top" width="20" /> [Webex](https://www.webex.com/) (`webex`) - <i>Video Conferencing, Cloud Calling and Screen Sharing.</i><br />
<img src=".github/debian.png" align="top" width="20" /> [WeeChat](https://weechat.org/) (`weechat`) - <i>The extensible chat client.</i><br />
<img src=".github/github.png" align="top" width="20" /> [Whalebird](https://whalebird.social/) (`whalebird`) - <i>A Mastodon, Pleroma, and Misskey client for desktop application.</i><br />
<img src=".github/debian.png" align="top" width="20" /> [Wire](https://wire.com/) (`wire-desktop`) - <i>Secure collaboration platform.</i><br />
<img src=".github/github.png" align="top" width="20" /> [Zenith](https://github.com/bvaisvil/zenith) (`zenith`) - <i>Sort of like 'top' or 'htop' but with zoom-able charts.</i><br />
<img src=".github/direct.png" align="top" width="20" /> [Zoom](https://zoom.us/) (`zoom`) - <i>Video Conferencing, Cloud Phone, Webinars, Chat, Virtual Events.</i><br />
Expand Down
9 changes: 9 additions & 0 deletions deb-get
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,15 @@ function deb_mattermost-desktop() {
SUMMARY="Open Source platform for developer collaboration."
}

function deb_whalebird() {
get_github_releases "https://api.github.com/repos/h3poteto/whalebird-desktop/releases"
VERSION_PUBLISHED="$(grep "browser_download_url.*x64.deb" "${CACHE_DIR}/${APP}.json" | grep -v beta | head -n1 | cut -d'"' -f4 | cut -d'/' -f8)"
URL="$(grep "browser_download_url.*x64.deb" "${CACHE_DIR}/${APP}.json" | grep -v beta | head -n1 | cut -d'"' -f4)"
PRETTY_NAME="Whalebird"
WEBSITE="https://whalebird.social/"
SUMMARY="A Mastodon, Pleroma, and Misskey client for desktop application."
}

function deb_syft() {
ARCHS_SUPPORTED="amd64 arm64"
get_github_releases "https://api.github.com/repos/anchore/syft/releases"
Expand Down

0 comments on commit afc29fa

Please sign in to comment.