diff --git a/01-main/manifest b/01-main/manifest index 53279ff57..0385279e8 100644 --- a/01-main/manifest +++ b/01-main/manifest @@ -242,6 +242,7 @@ nekoray nemo-mediainfo-tab neo4j neo-htop +neoregex net.downloadhelper.coapp nextcloud-desktop nfpm diff --git a/01-main/packages/neoregex b/01-main/packages/neoregex new file mode 100644 index 000000000..2440cf83a --- /dev/null +++ b/01-main/packages/neoregex @@ -0,0 +1,10 @@ +DEFVER=1 +ARCHS_SUPPORTED="amd64" +get_github_releases "Irineu333/NeoRegex" "latest" +if [ "${ACTION}" != "prettylist" ]; then + URL=$(grep -m 1 "browser_download_url.*x86_64\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4) + VERSION_PUBLISHED=$(cut -d '/' -f 8 <<< "${URL//v/}") +fi +PRETTY_NAME="NeoRegex" +WEBSITE="https://github.com/Irineu333/NeoRegex" +SUMMARY="A cross-platform app to create and validate regular expressions."