aboutsummaryrefslogtreecommitdiff
path: root/community/pfetch/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-08-27 00:14:12 +0300
committerCem Keylan <cem@ckyln.com>2022-08-27 09:35:03 +0300
commitd5d8b893352485d1a9eb15c40ed06e267c15a4cb (patch)
treed5c7fcb28cfed08eca399b95ec11d4aec1846829 /community/pfetch/build
parent14c4229e7bc9cdc821e9142c35e97b18e00f78a5 (diff)
downloadrepository-d5d8b893352485d1a9eb15c40ed06e267c15a4cb.tar.gz
pfetch: add new package at 0.6.0
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"