mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
915 B
Tcl
29 lines
915 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/radulucut/cleed 0.4.4 v
|
|
go.offline_build no
|
|
revision 0
|
|
|
|
description Simple feed reader for the command line.
|
|
long_description {*}${description}
|
|
|
|
categories net www
|
|
installs_libs no
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 ff91fea3e48993bbc91a3d62e2bec19d5f297489 \
|
|
sha256 8d562131f042ff254310b1cb82185724c2b36a04af504d4a09253552cc9482b9 \
|
|
size 255777
|
|
|
|
build.pre_args-append \
|
|
-ldflags \"-X main.version=${version}\"
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|