Add support for acorn
This commit is contained in:
parent
c14eb72519
commit
677809a735
1
.acorn/build.sh
Normal file
1
.acorn/build.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
make
|
1
.acorn/install.sh
Normal file
1
.acorn/install.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
make install
|
15
.acorn/meta.toml
Normal file
15
.acorn/meta.toml
Normal 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
2
.acorn/remove.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
rm /usr/bin/pak
|
||||||
|
rm /etc/pak.cfg
|
Loading…
Reference in New Issue
Block a user