Add support for acorn

This commit is contained in:
Elara 2020-09-26 23:55:50 -07:00
parent c14eb72519
commit 677809a735
4 changed files with 19 additions and 0 deletions

1
.acorn/build.sh Normal file
View File

@ -0,0 +1 @@
make

1
.acorn/install.sh Normal file
View File

@ -0,0 +1 @@
make install

15
.acorn/meta.toml Normal file
View File

@ -0,0 +1,15 @@
name = "Pak"
[dependencies]
brew = []
apt = []
dnf = []
yum = []
zypper = []
yay = []
pacman = []
[scripts]
build = "build.sh"
install = "install.sh"
remove = "remove.sh"

2
.acorn/remove.sh Normal file
View File

@ -0,0 +1,2 @@
rm /usr/bin/pak
rm /etc/pak.cfg