Skip to content

Commit

Permalink
Add helio-workstation (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
takov751 committed Sep 19, 2022
1 parent de2be21 commit da5f519
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -214,6 +214,7 @@ cog.out(pretty_list)
| [<img src=".github/launchpad.png" align="top" width="20" />](https://github.com/arunsivaramanneo/GPU-Viewer) | `gpu-viewer` | <i>A front-end to glxinfo, vulkaninfo, clinfo and es2_info.</i> |
| [<img src=".github/github.png" align="top" width="20" />](https://github.com/anchore/grype) | `grype` | <i>A vulnerability scanner for container images and filesystems.</i> |
| [<img src=".github/github.png" align="top" width="20" />](https://heroicgameslauncher.com/) | `heroic` | <i>An Open Source GOG and Epic games launcher.</i> |
| [<img src=".github/direct.png" align="top" width="20" />](https://helio.fm/) | `helio-workstation` | <i>libre music composition software</i> |
| [<img src=".github/github.png" align="top" width="20" />](https://gohugo.io/) | `hugo` | <i>Open-source static site generator.</i> |
| [<img src=".github/github.png" align="top" width="20" />](https://hyper.is/) | `hyper` | <i>A terminal built on web technologies.</i> |
| [<img src=".github/github.png" align="top" width="20" />](https://github.com/igdmapps/igdm) | `igdm` | <i>Continue your Instagram direct messages from your phone to your desktop.</i> |
Expand Down
10 changes: 10 additions & 0 deletions deb-get
Expand Up @@ -664,6 +664,16 @@ function deb_github-desktop() {
SUMMARY="Simple collaboration from your desktop."
}

function deb_helio-workstation() {
if [ "${ACTION}" != "prettylist" ]; then
URL="$(curl -s -f -L https://helio.fm |grep -o "https://..*\.deb"|grep -v dev)"
VERSION_PUBLISHED="$(echo "${URL}" |cut -d '-' -f2)"
fi
PRETTY_NAME="Helio Project"
WEBSITE="https://helio.fm/"
SUMMARY="libre music composition software"
}

function deb_lsd() {
ARCHS_SUPPORTED="amd64 arm64"
get_github_releases "https://api.github.com/repos/Peltoche/lsd/releases/latest"
Expand Down

0 comments on commit da5f519

Please sign in to comment.