Skip to content

Commit

Permalink
add nekoray
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford authored and flexiondotorg committed Apr 15, 2024
1 parent 67929db commit c163dc3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ ms-365-electron
mullvad-vpn
nala
nala-legacy
nekoray
neo4j
#neovim
nemo-mediainfo-tab
Expand Down
10 changes: 10 additions & 0 deletions 01-main/packages/nekoray
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DEFVER=1
ARCHS_SUPPORTED="amd64"
get_github_releases "MatsuriDayo/nekoray" "latest"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep "browser_download_url.*x64\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | tr -d v)"
fi
PRETTY_NAME="NekoRay"
WEBSITE="https://matsuridayo.github.io/"
SUMMARY="Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box)"

0 comments on commit c163dc3

Please sign in to comment.