BSD-License applies, see LICENSE for more information.
Change settings, CRUD-toolkit for packages for GoPack.
Placeholders for init (initialize db) and installed (shows all packages installed)
- CRUD: Create, Read, Update, Delete packages
GoPack is the library used, pm-get is useful for testing at this point:
$ go get github.com/broeman/gopack
$ go get github.com/broeman/pm-tools
$ go get github.com/broeman/pm-get
Make sure that you have set $GOPATH and source it in your PATH (e.g. ~/.bashrc):
export GOPATH="$HOME/go"
export PATH=$PATH:$GOPATH/bin
Go Packge is written by Jesper Brodersen