Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Cronopete #648

Merged
merged 1 commit into from
Nov 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ com.github.tkashkin.gamehub
copyq
#corectrl
cosign
cronopete
crossover
cryptomator
dbeaver-ce
Expand Down
9 changes: 9 additions & 0 deletions 01-main/packages/cronopete
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
DEFVER=1
CODENAMES_SUPPORTED="sid bullseye jammy focal"
WEBSITE="https://www.rastersoft.com/programas/cronopete.html"
if [ "${ACTION}" != "prettylist" ]; then
VERSION_PUBLISHED="$(curl -s $WEBSITE | grep "Current version" | head -n1 | cut -d ' ' -f3)"
fi
URL="https://www.rastersoft.com/descargas/cronopete/cronopete-${UPSTREAM_CODENAME}_${VERSION_PUBLISHED}-${UPSTREAM_ID}1_amd64.deb"
PRETTY_NAME="Cronopete"
SUMMARY="A backup utility for Linux, modeled after Apple's Time Machine."