neofetch: initial commit, version 6.1.0

This commit is contained in:
Tim Biermann 2019-12-29 11:40:19 +01:00
parent c1a5a38e79
commit 72ccb67831
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 23 additions and 0 deletions

3
neofetch/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/neofetch

5
neofetch/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31M3xPX61mwdS6QrOlxGDglPz+yanBAJ5SS8aT94LqYOuYUzWUQUxiFUQHYFlHyb5AibmKUBy4vNxjc1Qgv+PQo=
SHA256 (Pkgfile) = 808316997d434fd5edaaa36bd1f3842fa024466e0f9e90fd24bfb01c088b8729
SHA256 (.footprint) = 393e86eb3ab59bbb6d0fcb8dc1d4915c095bc00a292c8e83ca53c5831951e478
SHA256 (neofetch-6.1.0.tar.gz) = ece351e35286b64d362000d409b27597fcbdcf77e8e60fa0adae1f29d3c29637

15
neofetch/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: A command-line system information tool written in bash 3.2+
# URL: https://github.com/dylanaraps/neofetch
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: bash
name=neofetch
version=6.1.0
release=1
source=(https://github.com/dylanaraps/neofetch/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
mkdir -p $PKG/usr/bin
cp neofetch $PKG/usr/bin
}