summaryrefslogtreecommitdiff
path: root/neofetch/build
diff options
context:
space:
mode:
authorAlejandro W. Sior <aho@sior.be>2023-02-02 22:40:32 +0100
committerAlejandro W. Sior <aho@sior.be>2023-02-02 22:40:32 +0100
commitbab434f23daf5fb71903084bd4bc8499e7452b2b (patch)
tree1b17943440f1ecffaaa4ba5194b4a1beb6bbd912 /neofetch/build
parent876cb933627941e7898a4771b1027ce25aabccc4 (diff)
neofetch: new package at version 7.1.0
Diffstat (limited to 'neofetch/build')
-rw-r--r--neofetch/build7
1 files changed, 7 insertions, 0 deletions
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