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-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
TrialnError commented on 2020-01-11 01:53 (UTC)
Yes, Mange, he dropped rvm in favor of rbenv. And the package is orphaned, so feel free to adopt :)
Mange commented on 2019-08-20 07:03 (UTC)
Does this mean that the current maintainer (hobbypunk) has abandoned this package? In that case, can that be flagged more clearly so someone else can take over?
rixx commented on 2019-01-25 23:12 (UTC)
1.29.7 is available by now, any chance of an update?
maximbaz commented on 2018-01-05 15:31 (UTC)
Could you use
install -Dm755 rvm_init.sh -t "$DESTETC/profile.d/"
instead of thecp rvm_init.sh "$DESTETC/profile.d/"
to explicitly define permissions (755 in this case)? I noticed that rvm_init.sh is not executable. Same for other places where you docp
.maximbaz commented on 2018-01-04 17:43 (UTC)
Ah, I see- thanks! To be honest, I haven't experienced any issue with PGP keys even before the update, because I always add
keyserver-options auto-key-retrieve
to my~/.gnupg/gpg.conf
and then it fetches all missing keys for me automatically.hobbypunk commented on 2018-01-04 13:47 (UTC)
first, thanks @all ;) :D
@maximbaz, if i want to use
validpgpkeys
i have to remove the rvm-installer and do this by hand ;) i'll test this way, if i have a little more time, sorry for nowmaximbaz commented on 2018-01-04 13:00 (UTC) (edited on 2018-01-04 13:01 (UTC) by maximbaz)
I might be wrong, but I think the proper way to handle PGP keys is not hardcoding
gpg --import
in PKGBUILD, but puttingvaligpgpkeys
entry - see here.« First ‹ Previous 1 2 3 Next › Last »