pak/.acorn/meta.toml

17 lines
288 B
TOML
Raw Normal View History

2020-09-27 06:55:50 +00:00
name = "Pak"
2020-09-28 04:51:47 +00:00
desc = "Wrapper written in Go designed for package managers to unify software management commands between distros"
2020-09-27 06:55:50 +00:00
[dependencies]
brew = []
apt = []
dnf = []
yum = []
zypper = []
yay = []
pacman = []
[scripts]
build = "build.sh"
install = "install.sh"
remove = "remove.sh"