2019-12-29 11:40:19 +01:00
|
|
|
# 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
|
2020-08-02 19:00:05 +00:00
|
|
|
version=7.1.0
|
2019-12-29 11:40:19 +01:00
|
|
|
release=1
|
|
|
|
source=(https://github.com/dylanaraps/neofetch/archive/$version/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
2020-08-02 19:00:05 +00:00
|
|
|
install -Dt $PKG/usr/bin $name-$version/neofetch
|
2019-12-29 11:40:19 +01:00
|
|
|
}
|