I am taking this package, as the maintainer has not updated it in 3 years.
If anyone else wanted it please let me know :)
Git Clone URL: | https://aur.archlinux.org/meteor.git (read-only, click to copy) |
---|---|
Package Base: | meteor |
Description: | Full-stack JavaScript platform for developing modern web and mobile applications |
Upstream URL: | https://www.meteor.com |
Keywords: | javascript meteor |
Licenses: | MIT |
Submitter: | flacks |
Maintainer: | PolarianDev |
Last Packager: | 6etacat |
Votes: | 19 |
Popularity: | 0.000000 |
First Submitted: | 2018-06-16 21:47 (UTC) |
Last Updated: | 2020-05-17 01:38 (UTC) |
I am taking this package, as the maintainer has not updated it in 3 years.
If anyone else wanted it please let me know :)
@Zepman that method would use default permissions, using install(1) is better.
The official link for 32 bit i686 does not work, thus removing i686 support.
Error during package build:
mkdir: cannot create directory '(...)/.cache/pikaur/build/meteor/pkg/meteor/usr/share': No such file or directory
To fix this error, edit the package() {} section in PKGBUILD. Change this line:
mkdir "$pkgdir"/usr/share
To:
mkdir -p "$pkgdir"/usr/share
The build process will now succeed.
Zepman, fixed in 1.8.1-2.
Simply running 'meteor' after installation will end with "/usr/bin/meteor: Permission denied". This is because /usr/bin/meteor does not have executable permission, which should normally be enabled for every file in this directory.
Fix this by running (as root or with sudo):
chmod +x /usr/bin/meteor
Sorry, I've failed at writing a standards-compliant package for this tool. It also seems like this tool is falling out of favor since its release in 2012. I've therefore orphaned the package and invite anyone who is better at writing PKGBUILDs for difficult packages to take over.
Hello friend. I think the PKGBUILD actually needs to be totally rewritten unfortunately per advice of @cluxter. I'm currently working on that , but if you have a better PKGBUILD I will add you as co-maintainer :)
Pinned Comments
6etacat commented on 2020-03-15 06:18 (UTC)
The official link for 32 bit i686 does not work, thus removing i686 support.