diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-27 00:10:03 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-27 00:10:03 +0300 |
commit | 14c4229e7bc9cdc821e9142c35e97b18e00f78a5 (patch) | |
tree | b1b4b7526c8808e9fba72e68b8c862cce5309f86 /community/neofetch/patches | |
parent | c2f9c714a12949a4d2995fbc59eb6e8ce83818bd (diff) | |
download | repository-14c4229e7bc9cdc821e9142c35e97b18e00f78a5.tar.gz |
neofetch: add support for cpt
Diffstat (limited to 'community/neofetch/patches')
-rw-r--r-- | community/neofetch/patches/add-cpt.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/community/neofetch/patches/add-cpt.patch b/community/neofetch/patches/add-cpt.patch new file mode 100644 index 00000000..78218026 --- /dev/null +++ b/community/neofetch/patches/add-cpt.patch @@ -0,0 +1,25 @@ +From f77d157496f7816ca1c03acef6a349a4db3c374d 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:12:00 +0300 +Subject: [PATCH][neofetch] get_packages(): add Carbs Packaging Tools + +--- + neofetch | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/neofetch b/neofetch +index 4a38096..0df70a8 100755 +--- a/neofetch ++++ b/neofetch +@@ -1489,6 +1489,7 @@ get_packages() { + Linux|BSD|"iPhone OS"|Solaris) + # Package Manager Programs. + has kiss && tot kiss l ++ has cpt-list && tot cpt-list + has pacman-key && tot pacman -Qq --color never + has dpkg && tot dpkg-query -f '.\n' -W + has rpm && tot rpm -qa +-- +2.28.0 + |