Heredocs allows variable substitution, so the heredoc to create /usr/bin/emsdk should use $$@ instead of $@.
Search Criteria
Package Details: emsdk 3.1.71-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/emsdk.git (read-only, click to copy) |
---|---|
Package Base: | emsdk |
Description: | The Emscripten SDK |
Upstream URL: | https://github.com/emscripten-core/emsdk |
Licenses: | MIT |
Submitter: | Sanpi |
Maintainer: | nicholascw |
Last Packager: | nicholascw |
Votes: | 12 |
Popularity: | 0.31 |
First Submitted: | 2016-10-04 09:43 (UTC) |
Last Updated: | 2024-11-11 20:58 (UTC) |
Latest Comments
takase commented on 2024-10-11 09:23 (UTC)
Hi-Angel commented on 2024-08-30 08:14 (UTC)
To future readers: confusingly, emsdk isn't actually an SDK but a couple of scripts that download the actual SDK. After having installed emsdk
you need to execute:
$ sudo /usr/lib/emsdk/emsdk install latest
$ sudo /usr/lib/emsdk/emsdk activate latest
This took some time from me, wondering why QtCreator doesn't detect paths and stuff — so hopefully my comment will save someone else's time in the future.
Sanpi commented on 2020-04-10 09:21 (UTC)
@marmistrz I disown the package, thank you for continuing to maintain its.
marmistrz commented on 2020-04-09 11:54 (UTC) (edited on 2020-04-09 11:55 (UTC) by marmistrz)
@Sanpi if you disown the package, I can take it over from you, update it and use the original source.
zertyz commented on 2019-03-19 20:00 (UTC)
shouldn't this package download from the original source? https://github.com/emscripten-core/emsdk
Sanpi commented on 2017-07-27 07:48 (UTC)
@f1u77y Done.
f1u77y commented on 2017-07-26 22:43 (UTC)
Skip the first file in the checksums, please. It fails to check because it changes and it's not versioned.
zethra commented on 2017-04-26 17:21 (UTC)
emsdk-portable.tar.gz fails checksum.
Pinned Comments
Hi-Angel commented on 2024-08-30 08:14 (UTC)
To future readers: confusingly, emsdk isn't actually an SDK but a couple of scripts that download the actual SDK. After having installed
emsdk
you need to execute:This took some time from me, wondering why QtCreator doesn't detect paths and stuff — so hopefully my comment will save someone else's time in the future.