Skip to content

Commit

Permalink
feat: add stream-sprout
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford committed Jul 23, 2024
1 parent e3e436b commit ab4b23a
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -238,6 +238,7 @@ speedtest
spotify-client
standard-notes
strawberry
stream-sprout
stremio
sublime-merge
sublime-text
Expand Down
9 changes: 9 additions & 0 deletions 01-main/packages/stream-sprout
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
DEFVER=1
get_github_releases "wimpysworld/stream-sprout" "latest"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep "browser_download_url.*all\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8)"
fi
PRETTY_NAME="Stream Sprout"
WEBSITE="https://github.com/wimpysworld/stream-sprout/"
SUMMARY="Restream a video source to multiple destinations such as Twitch, YouTube, Owncast and Peertube 📡"

0 comments on commit ab4b23a

Please sign in to comment.