2021-11-14 09:21:45 -05:00
|
|
|
# -*- 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
|
|
|
|
|
|
2026-06-10 06:45:06 +10:00
|
|
|
github.setup Un1q32 pfetch 1.11.0
|
2021-11-14 09:21:45 -05:00
|
|
|
github.tarball_from archive
|
2025-04-04 18:30:25 +11:00
|
|
|
revision 0
|
2021-11-14 09:21:45 -05:00
|
|
|
|
|
|
|
|
description A pretty system information tool written in POSIX sh
|
|
|
|
|
|
|
|
|
|
long_description {*}${description}. The goal of this project is to \
|
|
|
|
|
implement a simple system information tool in POSIX sh \
|
|
|
|
|
using features built into the language itself (where \
|
|
|
|
|
possible).
|
|
|
|
|
|
|
|
|
|
categories sysutils
|
|
|
|
|
installs_libs no
|
|
|
|
|
license MIT
|
|
|
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
|
|
|
openmaintainer
|
2021-11-14 09:23:48 -05:00
|
|
|
supported_archs noarch
|
2022-12-14 22:40:47 +11:00
|
|
|
platforms any
|
2021-11-14 09:21:45 -05:00
|
|
|
|
2026-06-10 06:45:06 +10:00
|
|
|
checksums rmd160 295ea825fc3461e5acecd2b3ffb864768e53b177 \
|
|
|
|
|
sha256 5098c9d359a4b33bea27c8740b7ceeef0f3ba83daf4d2a6de9ffdb3f6ab8a3d9 \
|
|
|
|
|
size 26511
|
2021-11-14 09:21:45 -05:00
|
|
|
|
|
|
|
|
use_configure no
|
|
|
|
|
|
|
|
|
|
build {}
|
|
|
|
|
|
|
|
|
|
destroot {
|
|
|
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
2025-03-11 02:41:47 +11:00
|
|
|
xinstall -m 0755 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1
|
2021-11-14 09:21:45 -05:00
|
|
|
}
|