Skip to content

Commit

Permalink
add Agena (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
peutch authored and flexiondotorg committed Jan 23, 2023
1 parent 8032b1b commit 7b32688
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions 01-main/manifest
@@ -1,5 +1,6 @@
https://raw.githubusercontent.com/wimpysworld/deb-get/main/01-main
1password
agena
android-messages-desktop
antimicrox
anydesk
Expand Down
11 changes: 11 additions & 0 deletions 01-main/packages/agena
@@ -0,0 +1,11 @@
DEFVER=1
ARCHS_SUPPORTED="amd64 i386" #armv6-32 armv8-64
WEBSITE="https://agena.sourceforge.net/"
get_website "${WEBSITE}/download.html"
if [ "${ACTION}" != "prettylist" ]; then
local REDIR_URL="$(grep -o "[^\"]*/${APP}/.*${HOST_ARCH}\.deb" "${CACHE_FILE}")"
URL=$(unroll_url "${REDIR_URL}")
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'-' -f2)"
fi
PRETTY_NAME="Agena"
SUMMARY="Agena is an easy-to-learn procedural programming language designed to be used in science, scripting, and many other applications"

0 comments on commit 7b32688

Please sign in to comment.