diff --git a/spkg.cache b/spkg.cache index 95650e2..bca6d16 100644 --- a/spkg.cache +++ b/spkg.cache @@ -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 diff --git a/ufetch/PACKAGE b/ufetch/PACKAGE new file mode 100644 index 0000000..878d7d7 --- /dev/null +++ b/ufetch/PACKAGE @@ -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 +}