mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-03 11:02:21 +01:00
18 lines
329 B
Plaintext
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
|
|
|
|
}
|