Wrapper written in Go designed for package managers to unify software management commands between distros
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.
 
 
Go to file
Arsen Musayelyan 66a7f794e0 Change import path to go.arsenm.dev/pak 2 years ago
.gitignore Revamp config, Gofmt project, and clean up unneeded code 2 years ago
.gitm.toml Add AdvMakefile and .gitm.toml 2 years ago
AdvMakefile Add AdvMakefile and .gitm.toml 2 years ago
LICENSE Rewrite in Go 3 years ago
Makefile Add AdvMakefile and .gitm.toml 2 years ago
README.md Update README.md 2 years ago
config.go Clean up code and switch to zerolog [skip ci] 2 years ago
distance.go Revamp config, Gofmt project, and clean up unneeded code 2 years ago
extra.go Revamp config, Gofmt project, and clean up unneeded code 2 years ago
go.mod Change import path to go.arsenm.dev/pak 2 years ago
go.sum Remove extraneous error file and add go.sum 2 years ago
main.go Clean up code 2 years ago
pak.toml Add AdvMakefile and .gitm.toml 2 years ago
usage.go Clean up code 2 years ago

README.md

Pak

Wrapper written in Go designed for package managers to unify software management commands between distros

Build status Download Binary


Installation

APT Installation
  • Install package "go" (You may remove after installation)
  • Clone or download this repository
  • Inside the repository, run:
make
sudo make aptinstall
Brew Installation
  • Install package "go" (You may remove after installation)
  • Clone or download this repository
  • Inside the repository, run:
make
sudo make snapinstall
Snap Installation
  • Install package "go" (You may remove after installation)
  • Clone or download this repository
  • Inside the repository, run:
make
sudo make snapinstall
Pacman Installation
  • Install AUR package "pak" and choose pak-config-pacman when prompted
Yay Installation
  • Install AUR package "pak" and choose pak-config-yay when prompted
Aptitude Installation
  • Install package "go" (You may remove after installation)
  • Clone or download this repository
  • Inside the repository, run:
make
sudo make aptitude