xfce4/neofetch/Pkgfile
2019-07-12 11:06:35 +02:00

18 lines
329 B
Plaintext

# Description: A command line system information tool
# URL: https://github.com/dylanaraps/neofetch
# Maintainer: jolupa, jlpavon at me dot com
# Depends on:
name=neofetch
version=6.0.0
release=1
source=(https://github.com/dylanaraps/$name/archive/$version.tar.gz)
build() {
cd $name-$version
make DESTDIR=$PKG install
}