Skip to content

Commit

Permalink
Added quickobs (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford authored Oct 18, 2022
1 parent 99ac0e8 commit 7b739a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ qownnotes
quarto
quickemu
quickgui
quickobs
rambox
rclone
resilio-sync
Expand Down
10 changes: 10 additions & 0 deletions 01-main/packages/quickobs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DEFVER=1
CODENAMES_SUPPORTED="focal jammy kinetic"
get_github_releases "https://api.github.com/repos/ymauray/quickobs/releases"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep "browser_download_url.*${UPSTREAM_CODENAME}.*_${HOST_ARCH}.deb" "${CACHE_DIR}/${APP}.json" | head -n1 | cut -d'"' -f4)
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | tr -d v)"
fi
PRETTY_NAME="quickobs"
WEBSITE="https://github.com/ymauray/quickobs/"
SUMMARY="A tool to quickly download and run Martin Wimpress' OBS Studio Portable."

0 comments on commit 7b739a6

Please # to comment.