diff --git a/neofetch/.footprint b/neofetch/.footprint new file mode 100644 index 000000000..7e284b712 --- /dev/null +++ b/neofetch/.footprint @@ -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 diff --git a/neofetch/.signature b/neofetch/.signature new file mode 100644 index 000000000..295256352 --- /dev/null +++ b/neofetch/.signature @@ -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 diff --git a/neofetch/Pkgfile b/neofetch/Pkgfile new file mode 100644 index 000000000..c094f7450 --- /dev/null +++ b/neofetch/Pkgfile @@ -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 +}