spkg cache and ufetch update

This commit is contained in:
Ohio2 2021-07-02 03:45:47 +02:00
parent edc5b06a51
commit 55ceb78c88
2 changed files with 14 additions and 4 deletions

View file

@ -5,23 +5,23 @@ binutils
bison bison
busybox busybox
bzip2 bzip2
cachegen.sh
curl curl
flex flex
gcc gcc
git git
gnuzip
gzip gzip
hummingbird hummingbird
libc libc
libtool libtool
linux-headers 5.13-headers
linux-kernel 5.13
m4 m4
make make
neofetch neofetch
openssl openssl
spkg.cache spkg 21.07.02.1a
ufetch ufetch
xorg xorg-server
xztools xztools
zlib zlib
zsh zsh

10
ufetch/PACKAGE Normal file
View 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
}