Search Criteria
Package Details: chruby 0.3.9-3
Git Clone URL: | https://aur.archlinux.org/chruby.git (read-only, click to copy) |
---|---|
Package Base: | chruby |
Description: | Changes the current ruby. Supports both zsh and bash. |
Upstream URL: | https://github.com/postmodern/chruby |
Licenses: | |
Submitter: | max_meyer |
Maintainer: | jasonwryan |
Last Packager: | jasonwryan |
Votes: | 32 |
Popularity: | 0.21 |
First Submitted: | 2013-01-04 19:04 |
Last Updated: | 2016-12-03 19:10 |
Latest Comments
1 2 Next › Last »
FranklinYu commented on 2018-06-12 22:24
I don't think it's a good idea to put the source script in profile. Sub-process will not pick it up.
MindfulMonk commented on 2014-11-24 09:06
Updated PKGBUILD https://gist.githubusercontent.com/mindfulmonk/ca1f97690ebd4ac0f352/raw/86753193e208acaf8c7bbede58af45470c560547/chruby
Anonymous comment on 2014-11-24 03:52
New chruby version: https://github.com/postmodern/chruby/releases/tag/v0.3.9
duckdalbe commented on 2014-09-17 09:05
First: Thank you for actually caring for the signature!
Please add "-L" to the curl command that downloads the OpenPGP-signature. Else it fails to download and thus to verify the signature.
Alternatively you could use `wget`, it follows HTTP-redirects without additional flags.
qiumaoyuan commented on 2014-07-14 02:38
Hi, maybe the file permission of '/etc/profile.d/chruby.sh' should be 755 not 644?
tlatsas commented on 2013-06-30 09:40
Hi, 0.3.6 is out: https://github.com/postmodern/chruby/tags
brisbin33 commented on 2013-04-14 04:35
Cool, sounds good!
max_meyer commented on 2013-04-08 05:09
Hi brisbin33,
according to the AUR guidelines, all software should be installed under
/usr!
Reference: https://wiki.archlinux.org/index.php/Creating_Packages
====
A lot of software installs files relative to the /usr/local directory,
which should only be done if you are manually building from source.
All Arch Linux packages should use the /usr directory.
====
I'm not going to change the package!
Cheers,
brisbin33 commented on 2013-04-07 17:17
So the chruby project README does reference /user/local/share in its usage section. FWIW, I think this package should install there to be consistent.
max_meyer commented on 2013-03-18 08:01
Thx. Fixed that. :) And new version is uploaded as well.