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/patches | |
parent | 14c4229e7bc9cdc821e9142c35e97b18e00f78a5 (diff) | |
download | repository-d5d8b893352485d1a9eb15c40ed06e267c15a4cb.tar.gz |
pfetch: add new package at 0.6.0
Diffstat (limited to 'community/pfetch/patches')
-rw-r--r-- | community/pfetch/patches/add-cpt.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/community/pfetch/patches/add-cpt.patch b/community/pfetch/patches/add-cpt.patch new file mode 100644 index 00000000..faafacd7 --- /dev/null +++ b/community/pfetch/patches/add-cpt.patch @@ -0,0 +1,25 @@ +From 03b4f3db7364372f6e8298a3ec904cb837050d9f Mon Sep 17 00:00:00 2001 +From: Cem Keylan <cem@ckyln.com> +To: Dylan Araps <dylan@k1ss.org> +Date: Wed, 16 Sep 2020 15:16:10 +0300 +Subject: [PATCH][pfetch] get_pkgs(): add Carbs Packaging Tools + +--- + pfetch | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/pfetch b/pfetch +index 625e9e1..755ad2a 100755 +--- a/pfetch ++++ b/pfetch +@@ -491,6 +491,7 @@ get_pkgs() { + + # Directories containing packages. + has kiss && printf '%s\n' /var/db/kiss/installed/*/ ++ has cpt-list && printf '%s\n' /var/db/cpt/installed/*/ + has brew && printf '%s\n' "$(brew --cellar)/"* + has emerge && printf '%s\n' /var/db/pkg/*/*/ + has pkgtool && printf '%s\n' /var/log/packages/* +-- +2.28.0 + |