Search Criteria
Package Details: rvm 1.29.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rvm.git (read-only, click to copy) |
---|---|
Package Base: | rvm |
Description: | RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems. |
Upstream URL: | https://github.com/rvm/rvm/ |
Licenses: | Apache License |
Submitter: | hobbypunk |
Maintainer: | gmy |
Last Packager: | gmy |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2017-11-03 10:34 (UTC) |
Last Updated: | 2021-09-01 14:06 (UTC) |
Dependencies (7)
- gdbm (gdbm-gitAUR)
- gmp (gmp-hgAUR)
- libffi (libffi-gitAUR)
- libyaml (libyaml-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3
maximbaz commented on 2018-01-02 23:54 (UTC)
Could you please remove
cp rvm.sh "$DESTETC/profile.d/"
from PKGBUILD? I think there is a general tendency for people to source it manually. But also, RVM is loading very slow, and there are ways to load it on demand (when it is first being used), so the terminal starts faster.In addition, this line is also partially responsible for zsh crashing https://github.com/rvm/rvm/issues/4214, because rvm is always being sourced, so people cannot simply comment out sourcing in their dotfiles.
Fandekasp commented on 2017-12-15 09:42 (UTC)
+1.. cannot install the package without fetching the public key first
brodokk commented on 2017-12-13 15:48 (UTC)
Hello,
please remove
>/dev/null 2>/dev/null
at the end of the line 24 otherwise we don't see what does the the script does ! This is very useful when the build failed !Thx in advance :)
neodarz
« First ‹ Previous 1 2 3