Add support for acorn

This commit is contained in:
2020-09-26 23:55:50 -07:00
parent c14eb72519
commit 677809a735
4 changed files with 19 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
make
+1
View File
@@ -0,0 +1 @@
make install
+15
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
View File
@@ -0,0 +1,2 @@
rm /usr/bin/pak
rm /etc/pak.cfg