Files

28 lines
882 B
Tcl
Raw Permalink Normal View History

2024-05-10 21:23:11 -04: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 golang 1.0
2026-06-12 17:19:49 +01:00
go.setup github.com/yorukot/superfile 1.6.0 v
2024-05-10 21:23:11 -04:00
go.offline_build no
revision 0
description Pretty fancy and modern terminal file manager
long_description {*}${description}
categories sysutils
installs_libs no
license MIT
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
2026-06-12 17:19:49 +01:00
checksums rmd160 1508e172812680f83369b2ca1b7141e2cec18af9 \
sha256 7340ce9e3e7db401164310dd5d2d1dfa3ccf76118ac49d192b0fac2a292c5b0d \
size 20789564
2024-05-10 21:23:11 -04:00
2024-05-29 14:33:41 -04:00
build.args-append -o ./spf
2024-05-10 21:23:11 -04:00
destroot {
xinstall -m 0755 ${worksrcpath}/spf ${destroot}${prefix}/bin/
}