We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c6ea9 commit 96edf90Copy full SHA for 96edf90
1 file changed
01-main/packages/nexis
@@ -0,0 +1,10 @@
1
+DEFVER=1
2
+ARCHS_SUPPORTED="amd64 arm64"
3
+get_github_releases "s4solutionsllc/Nexis" "latest"
4
+if [ "${ACTION}" != "prettylist" ]; then
5
+ URL=$(grep "browser_download_url.*${HOST_ARCH}.*\.deb\"" "${CACHE_FILE}" | head -1 | cut -d '"' -f 4)
6
+ VERSION_PUBLISHED=$(cut -d '/' -f 8 <<< "${URL//v/}")
7
+fi
8
+PRETTY_NAME="Nexis"
9
+WEBSITE="https://s4solutionsllc.github.io/Nexis/"
10
+SUMMARY="Cross-platform system optimizer for Linux & macOS. Successor to Stacer, rebuilt on Qt 6/C++17."
0 commit comments