diff options
| author | Cem Keylan <cem@ckyln.com> | 2022-08-27 00:14:12 +0300 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2022-08-27 09:35:03 +0300 |
| commit | d5d8b893352485d1a9eb15c40ed06e267c15a4cb (patch) | |
| tree | d5c7fcb28cfed08eca399b95ec11d4aec1846829 /community/pfetch/build | |
| parent | 14c4229e7bc9cdc821e9142c35e97b18e00f78a5 (diff) | |
| download | repository-d5d8b893352485d1a9eb15c40ed06e267c15a4cb.tar.gz | |
pfetch: add new package at 0.6.0
Diffstat (limited to 'community/pfetch/build')
| -rwxr-xr-x | community/pfetch/build | 5 |
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" |
