blob: 0aea86032e240c41008f829bed69d1a32a93c319 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/env -S bash ../.port_include.sh
port=neofetch
version=7.1.0
useconfigure=false
depends="bash jq"
files="https://github.com/dylanaraps/neofetch/archive/${version}.tar.gz neofetch-${version}.tar.gz"
install() {
run make DESTDIR=$DESTDIR PREFIX=/usr/local $installopts install
}
|