Skip to content

Commit

Permalink
added package: cudatext
Browse files Browse the repository at this point in the history
  • Loading branch information
silentJET85 authored and philclifford committed Jan 16, 2025
1 parent c4cbc32 commit 1d5d368
Show file tree
Hide file tree
Showing 2 changed files with 15 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 @@ -42,6 +42,7 @@ cronopete
crossover
crow-translate
cryptomator
cudatext
cw-tail
dbeaver-ce
deadbeef-static
Expand Down
14 changes: 14 additions & 0 deletions 01-main/packages/cudatext
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
DEFVER=1
local QT_VER
case "${UPSTREAM_CODENAME}" in
sid|trixie|plucky) QT_VER="6" ;;
*) QT_VER="5" ;;
esac
get_website "https://sourceforge.net/p/cudatext/activity/feed"
if [ "${ACTION}" != prettylist ]; then
URL="$(unroll_url "$(sed 's|</*link>|\n|g' "${CACHE_FILE}" | grep -o -m 1 "^http.*qt${QT_VER}_amd64.deb")")"
VERSION_PUBLISHED="$(cut -d '_' -f 2 <<< "${URL}")"
fi
PRETTY_NAME="CudaText"
WEBSITE="https://cudatext.github.io/"
SUMMARY="Text/code editor with lite UI. Syntax highlighting for 300+ languages. Config system in JSON files. Multi-carets and multi-selections. Search and replace with RegEx. Extendable by Python plugins and themes."

0 comments on commit 1d5d368

Please sign in to comment.