Skip to content

bsutex/lapack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lapack

Simple packaging tool for LaTeX Gem Version

Motivation

Sometimes we need *.sty files just in place. So lapack is tool for managing versioned local *.sty files.

Installation

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

Usage

  • lapack add %reponame% - adds repo to your repos list
  • lapack list %reponame% - lists all packages in repo. No filters yet. grep is your friend :)
  • lapack install %reponame% %packagename%... [%dirname%] - install packages with packagename from repo with reponame to directory %dirname% (if specifyed). Directory must be created
  • lapack remove %reponame% %packagename%... - remove package from cache
  • lapack dbs - list currently plugged dbs

Roadmap

  • git recipes support
  • verions
  • dist-upgrade-like actions

Dependencies

Currently for Ruby you need

  • colorize

About

Simple packaging tool for LaTeX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages