Skip to content

Commit

Permalink
deb-get: Add gamehub. Close #83
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed May 26, 2022
1 parent e435959 commit 038c320
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 @@ -152,6 +152,7 @@ The software below can be installed, updated and removed using `deb-get`.
<img src=".github/launchpad.png" align="top" width="20" /> [Firefox ESR](https://www.mozilla.org/firefox/enterprise/) (`firefox-esr`) - <i> Firefox Extended Support Release.</i><br />
<img src=".github/launchpad.png" align="top" width="20" /> [Foliate](https://johnfactotum.github.io/foliate/) (`foliate`) - <i>A simple and modern eBook viewer for Linux desktops.</i><br />
<img src=".github/github.png" align="top" width="20" /> [Franz](https://meetfranz.com/) (`franz`) - <i>A messaging app for WhatsApp, Facebook Messenger, Slack, Telegram and many many more.</i><br />
<img src=".github/github.png" align="top" width="20" /> [GameHub](https://tkashkin.github.io/projects/gamehub) (`gamehub`) - <i>Unified library for all your games.</i><br />
<img src=".github/github.png" align="top" width="20" /> [GitHub CLI](https://cli.github.com/) (`gh`) - <i>GitHub CLI brings GitHub to your terminal. Free and open source.</i><br />
<img src=".github/github.png" align="top" width="20" /> [git-delta](https://github.com/dandavison/delta) (`git-delta`) - <i>A syntax-highlighting pager for 'git', 'diff', and 'grep' output.</i><br />
<img src=".github/github.png" align="top" width="20" /> [GitHub Desktop](https://desktop.github.com/) (`github-desktop`) - <i>Simple collaboration from your desktop.</i><br />
Expand Down
9 changes: 9 additions & 0 deletions deb-get
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,15 @@ function deb_minigalaxy() {
SUMMARY="A simple GOG client for Linux."
}

function deb_gamehub() {
get_github_releases "https://api.github.com/repos/tkashkin/GameHub/releases"
VERSION_PUBLISHED="$(grep "browser_download_url.*${HOST_ARCH}.deb" "${CACHE_DIR}/${APP}.json" | grep -v '\-dev' | head -n1 | cut -d'"' -f4 | cut -d'/' -f8 | sed 's|-master||')"
URL=$(grep "browser_download_url.*${HOST_ARCH}.deb" "${CACHE_DIR}/${APP}.json" | grep -v '\-dev' | head -n1 | cut -d'"' -f4)
PRETTY_NAME="GameHub"
WEBSITE="https://tkashkin.github.io/projects/gamehub"
SUMMARY="Unified library for all your games."
}

function deb_codium() {
ARCHS_SUPPORTED="amd64 arm64 armhf"
get_github_releases "https://api.github.com/repos/VSCodium/vscodium/releases"
Expand Down

0 comments on commit 038c320

Please sign in to comment.