diff options
| author | Alejandro W. Sior <aho@sior.be> | 2023-02-02 22:40:32 +0100 |
|---|---|---|
| committer | Alejandro W. Sior <aho@sior.be> | 2023-02-02 22:40:32 +0100 |
| commit | bab434f23daf5fb71903084bd4bc8499e7452b2b (patch) | |
| tree | 1b17943440f1ecffaaa4ba5194b4a1beb6bbd912 | |
| parent | 876cb933627941e7898a4771b1027ce25aabccc4 (diff) | |
neofetch: new package at version 7.1.0
| -rw-r--r-- | neofetch/build | 7 | ||||
| -rw-r--r-- | neofetch/checksums | 1 | ||||
| -rw-r--r-- | neofetch/depends | 1 | ||||
| -rw-r--r-- | neofetch/sources | 1 | ||||
| -rw-r--r-- | neofetch/version | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/neofetch/build b/neofetch/build new file mode 100644 index 0000000..c72b6cb --- /dev/null +++ b/neofetch/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +mkdir -p $1/usr/bin +mkdir -p $1/usr/share/man/man1 + +cp neofetch $1/usr/bin +cp neofetch.1 $1/usr/share/man/man1 diff --git a/neofetch/checksums b/neofetch/checksums new file mode 100644 index 0000000..8173e94 --- /dev/null +++ b/neofetch/checksums @@ -0,0 +1 @@ +37ba9026fdd353f66d822fdce16420a8 7.1.0.tar.gz diff --git a/neofetch/depends b/neofetch/depends new file mode 100644 index 0000000..705963a --- /dev/null +++ b/neofetch/depends @@ -0,0 +1 @@ +bash diff --git a/neofetch/sources b/neofetch/sources new file mode 100644 index 0000000..bf8e2e9 --- /dev/null +++ b/neofetch/sources @@ -0,0 +1 @@ +https://github.com/dylanaraps/neofetch/archive/refs/tags/7.1.0.tar.gz $ diff --git a/neofetch/version b/neofetch/version new file mode 100644 index 0000000..a3fcc71 --- /dev/null +++ b/neofetch/version @@ -0,0 +1 @@ +7.1.0 |
