aboutsummaryrefslogtreecommitdiff
path: root/community/pfetch/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/pfetch/build')
-rwxr-xr-xcommunity/pfetch/build5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/pfetch/build b/community/pfetch/build
new file mode 100755
index 00000000..ff52ebfc
--- /dev/null
+++ b/community/pfetch/build
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+patch -p1 < add-cpt.patch
+
+install -Dm 755 pfetch "$1/usr/bin/pfetch"