Project

lapack

0.0
No commit activity in last 3 years
No release in over 3 years
Simple packaging tool for LaTeX
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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