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

added emptyepsilon #1301

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -66,6 +66,7 @@ dustracing2d
eaglemode
element-desktop
emby-server
emptyepsilon
enpass
eversticky
exifcleaner
Expand Down
10 changes: 10 additions & 0 deletions 01-main/packages/emptyepsilon
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DEFVER=1
ARCHS_SUPPORTED="amd64"
get_github_releases "daid/EmptyEpsilon" "latest"
if [ "${ACTION}" != prettylist ]; then
URL="$(grep -m 1 "browser_download_url.*\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4)"
VERSION_PUBLISHED="$(cut -d'-' -f2 <<< "${URL}" | cut -d'/' -f1)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is OK. However there may be an issue with how they handle their versioning:
Currently this ends up with

  Installed:	2024.12.8
  Published:	2024.12.08

which is actually probably OK as .09 will be seen as "higher" than .8, but the inconsistency is a little worrying...

fi
PRETTY_NAME="Empty Epsilon"
WEBSITE="https://daid.github.io/EmptyEpsilon/"
SUMMARY="A spaceship bridge simulator game"
Loading