From bab434f23daf5fb71903084bd4bc8499e7452b2b Mon Sep 17 00:00:00 2001 From: "Alejandro W. Sior" Date: Thu, 2 Feb 2023 22:40:32 +0100 Subject: neofetch: new package at version 7.1.0 --- neofetch/build | 7 +++++++ neofetch/checksums | 1 + neofetch/depends | 1 + neofetch/sources | 1 + neofetch/version | 1 + 5 files changed, 11 insertions(+) create mode 100644 neofetch/build create mode 100644 neofetch/checksums create mode 100644 neofetch/depends create mode 100644 neofetch/sources create mode 100644 neofetch/version 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 -- cgit v1.2.3