diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-22 16:57:13 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-22 16:57:13 +0800 |
| commit | 33155cec91f2551e375505dbda52370a1fbc7efa (patch) | |
| tree | 319fa92e0ad48d4f733ddfc7d037f96b9730f128 /repos/extra/pfetch/spm-support.patch | |
| parent | 8de952ff74a685d3d04684a400c6f35b80279084 (diff) | |
| download | alicelinux-33155cec91f2551e375505dbda52370a1fbc7efa.tar.gz alicelinux-33155cec91f2551e375505dbda52370a1fbc7efa.zip | |
pfetch: added patch support spm
Diffstat (limited to 'repos/extra/pfetch/spm-support.patch')
| -rw-r--r-- | repos/extra/pfetch/spm-support.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/repos/extra/pfetch/spm-support.patch b/repos/extra/pfetch/spm-support.patch new file mode 100644 index 00000000..f31c1b15 --- /dev/null +++ b/repos/extra/pfetch/spm-support.patch @@ -0,0 +1,10 @@ +--- pfetch-0.6.0.orig/pfetch ++++ pfetch-0.6.0/pfetch +@@ -470,6 +470,7 @@ + has rpm && rpm -qa + has xbps-query && xbps-query -l + has apk && apk info ++ has spm && spm -a + has guix && guix package --list-installed + has opkg && opkg list-installed + |