Skip to content

add package: edrawmind #1413

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ du-dust
duf
dustracing2d
eaglemode
edrawmind
element-desktop
emby-server
emptyepsilon
Expand Down
12 changes: 12 additions & 0 deletions 01-main/packages/edrawmind
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
DEFVER=1
get_website "https://www.edrawsoft.com/download-edrawmind.html"
if [ "${ACTION}" != prettylist ]; then
URL="$(grep -E -o -m 1 "https://[^\"]*\.deb" "${CACHE_FILE}")"
VERSION_PUBLISHED="$(grep -m 1 -E -i -A 10 --no-group-separator "for linux" "${CACHE_FILE}" | grep -m 1 -E -o "[0-9]+\.[0-9]+\.[0-9]+")"
fi
EULA="\n The EdrawMind EULA can be found at: \nhttps://www.edrawsoft.com/user-license-agreement.html"
PRETTY_NAME="EdrawMind"
WEBSITE="https://www.edrawsoft.com/edrawmind/"
SUMMARY="Wondershare EdrawMind is a full-featured cross-platform mind mapping and brainstorming tool. Whether you are an employee, an entrepreneur, a student, or a freelancer, you can use Wondershare EdrawMind to develop more ideas, boost creativity, and streamline your workflow."
#If the package "desktop-file-utils" is not installed in Debian, Edrawmind's post-install script may return some errors. But the app installs and launches regardless.
#However, this may cause deb-get to think the installation failed. So to uninstall, you may need to use Apt instead of deb-get.