forked from minad/pacgem
-
Notifications
You must be signed in to change notification settings - Fork 0
EvilBit/pacgem
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
NAME
pacgem - Install Ruby Gems using the Arch Linux Package Manager (pacman)
SYNOPSIS
pacgem [options] gems...
DESCRIPTION
Pacgem allows direct installation of ruby gems under Arch Linux. It generates a temporary package build script (PKGBUILD).
`makepkg` is used to create a package which is then installed using `sudo pacman`.
-d, --destdir DIR
Destination directory for package files
-c, --create
Create package only, do not install
-u, --update
Update all installed gems
-t, --test
Test if there are any gems to update
-r, --resolveonly
Resolve the gem depencies and exit
-n, --noresolve
Do not resolve any dependencies, this is useful for generating (-create) a single package
--noautodepends
Disable automatic dependency generation for shared objects (*.so)
--nonamcap
Disable package checking with namcap
--nocolor
Disable colored output
--trace
Show a full traceback on error
-h, --help
Display help and exit
-V, --version
Display version and exit
EXAMPLES
pacgem --create rake Create ruby-rake package in the directory ./ruby-rake
pacgem rake-1.0 Create temporary ruby-rake package and install it
pacgem 'rake>1.0' Install ruby-rake version > 1.0
pacgem thin 'rake~>1.0' Install ruby-thin and ruby-rake with version ~>1.0
AUTHOR
Daniel Mendler (mail at daniel-mendler.de)
SEE ALSO
pacman(8), makepkg(8), namcap(1), PKGBUILD(5)
About
Gem installer for Arch Linux
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Ruby 96.6%
- Shell 3.4%