spkg cache and ufetch update
This commit is contained in:
parent
edc5b06a51
commit
55ceb78c88
2 changed files with 14 additions and 4 deletions
|
@ -5,23 +5,23 @@ binutils
|
|||
bison
|
||||
busybox
|
||||
bzip2
|
||||
cachegen.sh
|
||||
curl
|
||||
flex
|
||||
gcc
|
||||
git
|
||||
gnuzip
|
||||
gzip
|
||||
hummingbird
|
||||
libc
|
||||
libtool
|
||||
linux-headers 5.13-headers
|
||||
linux-kernel 5.13
|
||||
m4
|
||||
make
|
||||
neofetch
|
||||
openssl
|
||||
spkg.cache
|
||||
spkg 21.07.02.1a
|
||||
ufetch
|
||||
xorg
|
||||
xorg-server
|
||||
xztools
|
||||
zlib
|
||||
zsh
|
||||
|
|
10
ufetch/PACKAGE
Normal file
10
ufetch/PACKAGE
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
pkg_ver="duck-ufetch"
|
||||
|
||||
pkg_install(){
|
||||
wget -O "${prefix}"/usr/bin/ufetch https://git.hippoz.xyz/duck/repo/raw/branch/master
|
||||
chmod +x "${prefix}"/usr/bin/ufetch
|
||||
}
|
||||
pkg_uninstall(){
|
||||
rm "${prefix}"/usr/bin/ufetch
|
||||
}
|
Loading…
Reference in a new issue