mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/treetop: add new port
Pull Request: https://github.com/freebsd/freebsd-ports/pull/375
This commit is contained in:
parent
d66a556cd4
commit
a69e875ba0
4 changed files with 30 additions and 0 deletions
|
@ -1386,6 +1386,7 @@
|
||||||
SUBDIR += touchegg
|
SUBDIR += touchegg
|
||||||
SUBDIR += toybox
|
SUBDIR += toybox
|
||||||
SUBDIR += tree
|
SUBDIR += tree
|
||||||
|
SUBDIR += treetop
|
||||||
SUBDIR += triton
|
SUBDIR += triton
|
||||||
SUBDIR += trueos-libqt5
|
SUBDIR += trueos-libqt5
|
||||||
SUBDIR += ts
|
SUBDIR += ts
|
||||||
|
|
20
sysutils/treetop/Makefile
Normal file
20
sysutils/treetop/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
PORTNAME= treetop
|
||||||
|
DISTVERSIONPREFIX= v
|
||||||
|
DISTVERSION= ${MODVERSION:S/-/./g:R}
|
||||||
|
CATEGORIES= sysutils
|
||||||
|
|
||||||
|
MAINTAINER= hoanga@gmail.com
|
||||||
|
COMMENT= Treetop is a fast, animated disk summarizer
|
||||||
|
WWW= https://github.com/eigenhombre/treetop
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
LICENSE_FILE= ${WRKSRC}/README.md
|
||||||
|
|
||||||
|
USES= go:modules
|
||||||
|
MODVERSION= 0.0.0-20220201023028-ea3c2d67e9d1
|
||||||
|
GO_MODULE= github.com/eigenhombre/treetop@v${MODVERSION}
|
||||||
|
#GO_TARGET= ./${PORTNAME}
|
||||||
|
|
||||||
|
PLIST_FILES= bin/treetop
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
5
sysutils/treetop/distinfo
Normal file
5
sysutils/treetop/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
TIMESTAMP = 1744396666
|
||||||
|
SHA256 (go/sysutils_treetop/treetop-v0.0.0.20220201023028/v0.0.0-20220201023028-ea3c2d67e9d1.mod) = 0449282b57d9bc23d9d9f0725871b49c26f10105149bc8f83d595d36f78816f4
|
||||||
|
SIZE (go/sysutils_treetop/treetop-v0.0.0.20220201023028/v0.0.0-20220201023028-ea3c2d67e9d1.mod) = 90
|
||||||
|
SHA256 (go/sysutils_treetop/treetop-v0.0.0.20220201023028/v0.0.0-20220201023028-ea3c2d67e9d1.zip) = 790565c3ebfbd2caf68d851a263ccdae0aff36b4766ff60ea8f49d44a333e2ae
|
||||||
|
SIZE (go/sysutils_treetop/treetop-v0.0.0.20220201023028/v0.0.0-20220201023028-ea3c2d67e9d1.zip) = 1916551
|
4
sysutils/treetop/pkg-descr
Normal file
4
sysutils/treetop/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Treetop is a fast, animated disk summarizer.
|
||||||
|
|
||||||
|
You can get progressive feedback while your disk
|
||||||
|
is being scanned (helpful for very large directories).
|
Loading…
Add table
Reference in a new issue