Skip to content

Commit

Permalink
Create crow-translate
Browse files Browse the repository at this point in the history
No open issues
  • Loading branch information
zero77 authored and philclifford committed Sep 13, 2023
1 parent 276afb9 commit 93dba14
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 01-main/packages/crow-translate
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
DEFVER=1
get_github_releases "crow-translate/crow-translate" "latest"
if [ "${ACTION}" != "prettylist" ]; then
URL="$(grep "browser_download_url.*\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)"
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | sed "s/v//")"
fi
PRETTY_NAME="crow-translate"
WEBSITE="https://github.com/crow-translate/crow-translate"
SUMMARY="A simple and lightweight translator that allows you to translate and speak text using Google, Yandex Bing, LibreTranslate and Lingva."

0 comments on commit 93dba14

Please # to comment.