Skip to content
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 @@ -243,6 +243,7 @@ nemo-mediainfo-tab
neo4j
neo-htop
net.downloadhelper.coapp
nexis
nextcloud-desktop
nfpm
nodejs
Expand Down
11 changes: 11 additions & 0 deletions 01-main/packages/nexis
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
DEFVER=1
Comment thread
philclifford marked this conversation as resolved.
ARCHS_SUPPORTED="amd64 arm64"
Comment thread
philclifford marked this conversation as resolved.
CODENAMES_SUPPORTED="resolute stonking trixie sid"
get_github_releases "s4solutionsllc/Nexis" "latest"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep -m 1 "browser_download_url.*${HOST_ARCH}.*\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4)
VERSION_PUBLISHED=$(cut -d '/' -f 8 <<< "${URL//v/}")
fi
PRETTY_NAME="Nexis"
WEBSITE="https://s4solutionsllc.github.io/Nexis/"
SUMMARY="Cross-platform system optimizer for Linux & macOS. Successor to Stacer, rebuilt on Qt 6/C++17."
Loading