![]() |
hace 7 años | |
---|---|---|
.. | ||
examples | hace 7 años | |
testing | hace 7 años | |
.gitignore | hace 7 años | |
LICENSE | hace 7 años | |
README.md | hace 7 años | |
alpm.go | hace 7 años | |
alpm_test.go | hace 7 años | |
callbacks.c | hace 7 años | |
callbacks.go | hace 7 años | |
conf.go | hace 7 años | |
conf_test.go | hace 7 años | |
db.go | hace 7 años | |
dependency.go | hace 7 años | |
enums.go | hace 7 años | |
error.go | hace 7 años | |
handle.go | hace 7 años | |
package.go | hace 7 años | |
package_test.go | hace 7 años | |
types.go | hace 7 años |
go-alpm is a Go package for binding libalpm. With go-alpm, it becomes possible to manipulate the Pacman databases and packages just as Pacman would.
This project is MIT Licensed. See LICENSE for details.
Import the go-alpm repository in your go script
import "github.com/demizer/go-alpm"
Copy the library to your GOPATH
mkdir ~/go export GOPATH=~/go go get github.com/demizer/go-alpm
Try the included examples
cd $GOPATH/src/github.com/demizer/go-alpm/examples go run installed.go