From bab434f23daf5fb71903084bd4bc8499e7452b2b Mon Sep 17 00:00:00 2001 From: "Alejandro W. Sior" Date: Thu, 2 Feb 2023 22:40:32 +0100 Subject: neofetch: new package at version 7.1.0 --- neofetch/build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 neofetch/build (limited to 'neofetch/build') diff --git a/neofetch/build b/neofetch/build new file mode 100644 index 0000000..c72b6cb --- /dev/null +++ b/neofetch/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +mkdir -p $1/usr/bin +mkdir -p $1/usr/share/man/man1 + +cp neofetch $1/usr/bin +cp neofetch.1 $1/usr/share/man/man1 -- cgit v1.2.3