Search Criteria
Package Details: akamai-bin 2.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/akamai-bin.git (read-only, click to copy) |
---|---|
Package Base: | akamai-bin |
Description: | Manage and configure Akamai from the Command Line |
Upstream URL: | https://github.com/akamai/cli |
Keywords: | akamai akamai-cli cli |
Licenses: | Apache |
Provides: | akamai, akamai-cli |
Submitter: | ragouel |
Maintainer: | dataprolet |
Last Packager: | dataprolet |
Votes: | 5 |
Popularity: | 0.003777 |
First Submitted: | 2020-03-19 07:07 (UTC) |
Last Updated: | 2025-02-11 20:43 (UTC) |
Latest Comments
Thyhack commented on 2022-10-11 14:18 (UTC)
Ganthore's solution is correct, edited pkgbuild and it worked correctly.
ganthore commented on 2022-05-17 03:18 (UTC)
The LICENSE lacks a v in the version string leading to the following download error:
==> ERROR: Failure while downloading https://raw.githubusercontent.com/akamai/cli/1.4.2/LICENSE
Line 14 needs to be changed:
diff --git a/PKGBUILD b/PKGBUILD index 3dd9f19..ec93ae0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ license=('Apache') provides=('akamai' 'akamai-cli')
source=( - "https://raw.githubusercontent.com/akamai/cli/$pkgver/LICENSE" + "https://raw.githubusercontent.com/akamai/cli/v$pkgver/LICENSE" )