From 55ceb78c88df89d866472d1545e2783147df9d2b Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Fri, 2 Jul 2021 03:45:47 +0200 Subject: [PATCH] spkg cache and ufetch update --- spkg.cache | 8 ++++---- ufetch/PACKAGE | 10 ++++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 ufetch/PACKAGE 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 +}