Skip to content

Commit 96edf90

Browse files
committed
feat(nexis): add Nexis system optimizer
GitHub Releases with .deb packages for amd64 and arm64. Closes #1845
1 parent 02c6ea9 commit 96edf90

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

01-main/packages/nexis

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)