Giter VIP home page Giter VIP logo

pkgix

Set up prefix environments and install packages inside them.

pkgix is a very lightweight package manager, intended to setup software in environments where root access is not available or installing the software system-wide is not desirable.

Package description files can be located inside repositories accessible via multiple URLs. The following protocols are supported: file:// (default), http://, https://, ftp://.

Written in BASH making use of standard POSIX tools.

Setup

It is possible to run pkgix directly, if you provide a valid repository.

By default pkgix looks for a repository in ~/pkgix-repo/pkgs. Repositories can be specified using the -r flag, but it is recommended to export the repository URL/path with PKGIX_REPOS="<repos...>" (separated by ;). See the Repositories section below for list of known repositories.

  • Add <path-to-pkgix>/bin to your PATH.
  • source "<path-to-pkgix>/share/pkgix/helper-inc.sh"; currently supported: bash, zsh. Provides the pkgix-activate and pkgix-deactivate functions; annotates shell prompt to indicate active prefix environment.

Examples

# Install gcc 4.4 and make 3.80 into 'old-build-tools' from repository.
$ pkgix install old-build-tools dev/gcc-4.4 dev/make-3.80

# Starts a new shell in the chosen prefix environment.
$ pkgix chenv old-build-tools

# Add a remote repository. Additional URLs are processed in
# order, until the requested package description file is found.
$ pkgix -r https://raw.github.com/pkgix/pkgix-repo/master/pkgs install some-prefix dev/gcc-4.4

Repositories

List of known repository URLs:

  1. pkgix-repo: https://raw.github.com/pkgix/pkgix-repo/master/pkgs

pkgix's Projects

abs2pkgix icon abs2pkgix

Experimental package converter from ArchLinux to pkgix.

pkgix icon pkgix

Prefix environment and simple package management tool.

pkgix-repo icon pkgix-repo

Experimental repository of package description files for pkgix. *Likely Outdated. Maintaining this should not be the priority, but rather the package converters!*

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.