From 165466536808aac33f29f1e7795f7c7aa6e2ee1c Mon Sep 17 00:00:00 2001 From: xbt573 <64583541+xbt573@users.noreply.github.com> Date: Mon, 14 Nov 2022 13:18:09 +0300 Subject: [PATCH] New package: uwufetch-2.0 --- srcpkgs/uwufetch/template | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 srcpkgs/uwufetch/template diff --git a/srcpkgs/uwufetch/template b/srcpkgs/uwufetch/template new file mode 100644 index 000000000000..e3bd7f4f04e6 --- /dev/null +++ b/srcpkgs/uwufetch/template @@ -0,0 +1,26 @@ +# Template file for 'uwufetch' +pkgname=uwufetch +version=2.0 +revision=1 +build_style=gnu-makefile +makedepends="xwininfo" +short_desc="Meme system info tool for (almost) all your Linux/Unix-based systems" +maintainer="xbt573 " +license="GPL-3.0-only" +homepage="https://github.com/TheDarkBug/uwufetch" +distfiles="https://github.com/TheDarkBug/uwufetch/archive/refs/tags/${version}.tar.gz" +checksum=4f39b893da50f814a3ff0e4a175789c85547637ddbdc4440f9667ddbaf702732 + +do_install() { + vmkdir usr/lib/uwufetch + vmkdir etc/uwufetch + + vbin uwufetch # install binary +################## Library is currently not installed because of name conflict ########### +# vinstall libfetch.so 644 usr/lib # install libfetch +# vinstall fetch.h 644 usr/include # install fetch library +########################################################################################## + vinstall default.config 644 etc/uwufetch config # install default config + vcopy res/* usr/lib/uwufetch # install arts + vman uwufetch.1 # install man page +}