mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
926 B
Tcl
29 lines
926 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/maaslalani/sheets 0.2.0 v
|
|
go.offline_build no
|
|
revision 0
|
|
|
|
description Terminal based spreadsheet
|
|
|
|
long_description \
|
|
{*}${description}. A TUI application for viewing and editing CSV files \
|
|
with vim-like keybindings.
|
|
|
|
categories office
|
|
installs_libs no
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 dd9e91d46d403cdbc1980a18c75bff09f984fe43 \
|
|
sha256 e33563769858abba1812d6f9e1f427241a9a5c65da3a34a87d8784c8a050e25e \
|
|
size 250213
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|