Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 928 Bytes

README.org

File metadata and controls

35 lines (27 loc) · 928 Bytes

Via

Description

Via is a systems package manager. It’s primary purpose is is to download and install precompiled binary packages.

The binary packages are installed to /opt/via . This allows packages to be installed along side any modern Unix like system.

Via builds the binary packages from upstream sources. The package meta data and build steps are defined in plans. The plans are machine read/writable “json” files.

Badges

https://travis-ci.org/mrosset/via.svg?branch=master https://godoc.org/github.com/mrosset/via/pkg?status.svg

Installing the via binary

go get github.com/mrosset/via

Installing the development group

via install devel

Installing a package

via install bash

Build bash

via build -c bash