mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
* package is no longer maintained upstream * removing myself as port maintainer
32 lines
1.1 KiB
Tcl
32 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup deprecated 1.0
|
|
|
|
github.setup dylanaraps neofetch 7.1.0
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
|
|
deprecated.upstream_support \
|
|
no
|
|
|
|
platforms any
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers nomaintainer
|
|
categories sysutils
|
|
|
|
description A CLI system information tool
|
|
long_description Neofetch is a CLI system information tool written in \
|
|
BASH. Neofetch displays information about your system \
|
|
next to an image, your OS logo, or any ASCII file of \
|
|
your choice.
|
|
|
|
checksums rmd160 c9db23b6959aa7d0b8b6de68c05994f80d1e846a \
|
|
sha256 c99d704d2f321d24a4655ce3fc052fd79539493dc75c025237ad78e93f9749bf \
|
|
size 95403
|
|
|
|
use_configure no
|
|
destroot.post_args ${destroot.destdir} PREFIX=${prefix}
|