From 1ba8e709d17b68891eb05e9874f924a5dc72493d Mon Sep 17 00:00:00 2001 From: silentJET85 Date: Mon, 30 Dec 2024 13:06:56 -0600 Subject: [PATCH] add ganttproject --- 01-main/manifest | 1 + 01-main/packages/ganttproject | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 01-main/packages/ganttproject diff --git a/01-main/manifest b/01-main/manifest index c66bf834..88696e9f 100644 --- a/01-main/manifest +++ b/01-main/manifest @@ -86,6 +86,7 @@ foliate franz frostwire fsearch +ganttproject gb-studio gcm gh diff --git a/01-main/packages/ganttproject b/01-main/packages/ganttproject new file mode 100644 index 00000000..0e7719f2 --- /dev/null +++ b/01-main/packages/ganttproject @@ -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."