Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
10 changes: 10 additions & 0 deletions 01-main/packages/nexis
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DEFVER=1
Comment thread
philclifford marked this conversation as resolved.
ARCHS_SUPPORTED="amd64 arm64"
Comment thread
philclifford marked this conversation as resolved.
get_github_releases "s4solutionsllc/Nexis" "latest"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep "browser_download_url.*${HOST_ARCH}.*\.deb\"" "${CACHE_FILE}" | head -1 | cut -d '"' -f 4)
Comment thread
philclifford marked this conversation as resolved.
Outdated
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."