svetlyak40wt / osbench

Quick and dirty attempt to create a Homebrew-like package manager for Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OS Bench

No Maintenance Intended

This was a naive attempt to create a package manager for Unix-like systems. It is inspired by Homebrew, but is written in a language for a human being.

Right now, the project is not maintained. Use Nix or LinuxBrew instead.

Installation

Oneliner: bash -c "$(curl -s https://raw.githubusercontent.com/svetlyak40wt/osbench/master/bin/bench-oneliner)"

Or [clone it] anywhere, add bin directory to the PATH environment variable and run bench-bootstrap.

Plans

  • To make it available under most Linuxes, BSDs and OSXes.
  • Allow easy usage of many custom schema repositories.
  • Conquer the World! Mu-ha-ha!!!

Development

Unit-Testing

bin/pip install nose
bin/nosetests lib/benchlib

Bitdeli Badge

About

Quick and dirty attempt to create a Homebrew-like package manager for Linux.


Languages

Language:Python 95.5%Language:Shell 4.5%