diff options
author | Cem Keylan <cem@ckyln.com> | 2022-01-26 02:23:05 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-01-26 02:23:05 +0300 |
commit | 75388b27da7fb55f362ee15a5a9f83fa45ac2868 (patch) | |
tree | 540bbf63c062b6185145a6aa2628acbc004eaf74 /community/neofetch | |
parent | 2a5f53cf269d501be18c1bf69d72fcba662c4f13 (diff) | |
download | repository-75388b27da7fb55f362ee15a5a9f83fa45ac2868.tar.gz |
neofetch: add new package at 7.1.0
Diffstat (limited to 'community/neofetch')
-rwxr-xr-x | community/neofetch/build | 3 | ||||
-rw-r--r-- | community/neofetch/checksums | 2 | ||||
-rw-r--r-- | community/neofetch/depends | 1 | ||||
-rw-r--r-- | community/neofetch/meta | 3 | ||||
-rw-r--r-- | community/neofetch/sources | 1 | ||||
-rw-r--r-- | community/neofetch/version | 1 |
6 files changed, 11 insertions, 0 deletions
diff --git a/community/neofetch/build b/community/neofetch/build new file mode 100755 index 00000000..d5f438d8 --- /dev/null +++ b/community/neofetch/build @@ -0,0 +1,3 @@ +#!/bin/sh -e + +make DESTDIR="$1" install diff --git a/community/neofetch/checksums b/community/neofetch/checksums new file mode 100644 index 00000000..1ccdd59d --- /dev/null +++ b/community/neofetch/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +8c842a9c7507bbea7c280c857a8c49a2b213bef4c103e119ef315b78034b5ef6 7.1.0.tar.gz diff --git a/community/neofetch/depends b/community/neofetch/depends new file mode 100644 index 00000000..705963a5 --- /dev/null +++ b/community/neofetch/depends @@ -0,0 +1 @@ +bash diff --git a/community/neofetch/meta b/community/neofetch/meta new file mode 100644 index 00000000..7c01c7e3 --- /dev/null +++ b/community/neofetch/meta @@ -0,0 +1,3 @@ +description: CLI system information tool written in Bash +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/community/neofetch/sources b/community/neofetch/sources new file mode 100644 index 00000000..e6c89e80 --- /dev/null +++ b/community/neofetch/sources @@ -0,0 +1 @@ +https://github.com/dylanaraps/neofetch/archive/7.1.0.tar.gz diff --git a/community/neofetch/version b/community/neofetch/version new file mode 100644 index 00000000..452f8a8b --- /dev/null +++ b/community/neofetch/version @@ -0,0 +1 @@ +7.1.0 1 |