Simple packaging tool for LaTeX
Sometimes we need *.sty files just in place. So lapack is tool for managing versioned local *.sty files.
To build gem run
rake gem
Then you can install gem by
gem install out/lapack-0.0.1.gem
Or alternativly you can install latest version directly from rubygems.org
gem install lapack
lapack add %reponame%
- adds repo to your repos listlapack list %reponame%
- lists all packages in repo. No filters yet.grep
is your friend :)lapack install %reponame% %packagename%... [%dirname%]
- install packages withpackagename
from repo withreponame
to directory%dirname%
(if specifyed). Directory must be createdlapack remove %reponame% %packagename%...
- remove package from cachelapack dbs
- list currently plugged dbs
- git recipes support
- verions
- dist-upgrade-like actions
Currently for Ruby you need
- colorize