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