Skip to content

Commit 9b5633f

Browse files
philcliffordflexiondotorg
authored andcommitted
feat: add stream-sprout
1 parent ace55e4 commit 9b5633f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

01-main/manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ speedtest
238238
spotify-client
239239
standard-notes
240240
strawberry
241+
stream-sprout
241242
stremio
242243
sublime-merge
243244
sublime-text

01-main/packages/stream-sprout

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
DEFVER=1
2+
get_github_releases "wimpysworld/stream-sprout" "latest"
3+
if [ "${ACTION}" != "prettylist" ]; then
4+
URL=$(grep "browser_download_url.*all\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)
5+
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8)"
6+
fi
7+
PRETTY_NAME="Stream Sprout"
8+
WEBSITE="https://github.com/wimpysworld/stream-sprout/"
9+
SUMMARY="Restream a video source to multiple destinations such as Twitch, YouTube, Owncast and Peertube 📡"

0 commit comments

Comments
 (0)