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
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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2: New package definition was added without the required 01-main/manifest entry.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At 01-main/packages/nexis, line 8:

<comment>New package definition was added without the required `01-main/manifest` entry.</comment>

<file context>
@@ -0,0 +1,10 @@
+    URL=$(grep "browser_download_url.*${HOST_ARCH}.*\.deb\"" "${CACHE_FILE}" | head -1 | 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."
</file context>

ARCHS_SUPPORTED="amd64 arm64"
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)
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."