Skip to content

Commit

Permalink
add ganttproject
Browse files Browse the repository at this point in the history
  • Loading branch information
silentJET85 committed Dec 30, 2024
1 parent b4e2723 commit 1ba8e70
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 @@ -86,6 +86,7 @@ foliate
franz
frostwire
fsearch
ganttproject
gb-studio
gcm
gh
Expand Down
10 changes: 10 additions & 0 deletions 01-main/packages/ganttproject
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DEFVER=1
ARCHS_SUPPORTED="amd64 arm64 armhf"
get_github_releases "bardsoftware/ganttproject" "latest"
if [ "${ACTION}" != prettylist ]; then
URL="$(grep -m 1 "browser_download_url.*\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4)"
VERSION_PUBLISHED="$(cut -d '_' -f 2 <<< "${URL}")"
fi
PRETTY_NAME="GanttProject"
WEBSITE="http://ganttproject.biz"
SUMMARY="GanttProject is a free project scheduling and management application."

0 comments on commit 1ba8e70

Please sign in to comment.