Skip to content

Commit

Permalink
add starcal3
Browse files Browse the repository at this point in the history
  • Loading branch information
silentJET85 authored and flexiondotorg committed Dec 30, 2024
1 parent 749ddcf commit ba2a990
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 @@ -253,6 +253,7 @@ soundux
speedtest
spotify-client
standard-notes
starcal3
strawberry
stream-sprout
stremio
Expand Down
10 changes: 10 additions & 0 deletions 01-main/packages/starcal3
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DEFVER=1
ARCHS_SUPPORTED="amd64 arm64 armhf"
get_github_releases "ilius/starcal"
if [ "${ACTION}" != prettylist ]; then
URL="$(grep -m 1 "browser_download_url.*\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4)"
VERSION_PUBLISHED="$(cut -d '/' -f 8 <<< "${URL}")"
fi
PRETTY_NAME="StarCalendar"
WEBSITE="https://ilius.github.io/starcal/"
SUMMARY="A full-featured international calendar written in Python."

0 comments on commit ba2a990

Please # to comment.