blob: 1130f872955799ec911fbf179627cf3f20711832 (
plain)
1
2
3
4
5
6
|
#!/bin/bash ../.port_include.sh
port=neofetch
version=7.0.0
useconfigure=false
depends="bash jq"
files="https://github.com/dylanaraps/neofetch/archive/${version}.tar.gz neofetch-${version}.tar.gz"
|