Decentralized package manager based on git and pacman.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Danila Fominykh 9920975a77
continuous-integration/drone/push Build is passing Details
corrected some vriable namings
40 minutes ago
cmd corrected some vriable namings 40 minutes ago
db removed functions that allow building packages inside repository 2 days ago
pack corrected some vriable namings 40 minutes ago
pacman corrected some vriable namings 40 minutes ago
.drone.yml corrected docker build 5 days ago
.gitignore removed functions that allow building packages inside repository 2 days ago
.golangci.yml added spf13 lint config 6 days ago
Dockerfile . 11 hours ago
LICENSE added some base files 1 month ago
Makefile added output for mirroring command 2 days ago
README.md added some commands descriptions 15 hours ago
docker-compose.yml corrected some vriable namings 40 minutes ago
go.mod temporarily removed ability to add specific packages for users 12 hours ago
go.sum temporarily removed ability to add specific packages for users 12 hours ago
logo.png changed logo, updated description 2 days ago
main.go changed files footer a bit 6 days ago

README.md

Pack - package manager

Generic badge Generic badge Generic badge Generic badge Generic badge Generic badge Build Status

Warning! Project is in alpha stage, API's are very likely to be changed.

Pack is a tool that aims to simplify process of pacman package creation and allows to access them in docker-like manner from compatible pack repositories. Pack has docker version, that allows you to serve your packages and embed pack server into another go projects.

Pack can be used to:

  • install packages from compatible pack repositories
  • build your own pack packages and push them to repositories
  • start server with to provide access with your packages to others