I don't think it is acceptable to take user input in a PKGBUILD. You can't install this with an aur helper anyway so it's not really a problem to edit the PKGBUILD for your specific needs. I could add a comment in the PKGBUILD on how to install with a network license.
Search Criteria
Package Details: maple2020 latest-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/maple2020.git (read-only, click to copy) |
---|---|
Package Base: | maple2020 |
Description: | A commercial computer algebra system developed and sold commercially by Maplesoft. Version 2020. |
Upstream URL: | https://www.maplesoft.com/download/ |
Keywords: | cas maple maplesoft math mathematics |
Licenses: | custom |
Conflicts: | maple18, maple2019 |
Submitter: | mads256h |
Maintainer: | mads256h |
Last Packager: | mads256h |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-08-04 18:39 (UTC) |
Last Updated: | 2020-08-09 21:50 (UTC) |
Dependencies (1)
Required by (0)
Sources (3)
Latest Comments
mads256h commented on 2020-09-07 14:53 (UTC)
Gedoix commented on 2020-09-02 18:15 (UTC)
You should add a dialogue asking how the software will be licensed during install.
This is necessary because there's currently no way of activating a network license for Maple 2020 after the install is complete.
My current workaround for this was to edit PKGBUILD line 27 to:
"${srcdir}/Maple2020.1LinuxX64Installer.run" --mode unattended --installdir "${srcdir}/maple2020" --desktopshortcut 0 --defaultapp 0 --licenseType network --singleOrRedundant single --serverName MyServerName --portNumber 27000
Pinned Comments
Gedoix commented on 2020-09-02 18:15 (UTC)
You should add a dialogue asking how the software will be licensed during install.
This is necessary because there's currently no way of activating a network license for Maple 2020 after the install is complete.
My current workaround for this was to edit PKGBUILD line 27 to: