mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
882 B
Tcl
28 lines
882 B
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 golang 1.0
|
|
|
|
go.setup github.com/yorukot/superfile 1.6.0 v
|
|
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
|
|
|
|
checksums rmd160 1508e172812680f83369b2ca1b7141e2cec18af9 \
|
|
sha256 7340ce9e3e7db401164310dd5d2d1dfa3ccf76118ac49d192b0fac2a292c5b0d \
|
|
size 20789564
|
|
|
|
build.args-append -o ./spf
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/spf ${destroot}${prefix}/bin/
|
|
}
|