Files

32 lines
1.0 KiB
Tcl
Raw Permalink Normal View History

2021-09-25 04:05:57 -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
2025-12-29 18:03:04 -05:00
go.setup github.com/abhimanyu003/sttr 0.2.30 v
2024-06-29 20:48:03 -04:00
go.offline_build no
2021-09-25 04:05:57 -04:00
revision 0
description Perform various operations on a string.
2021-12-30 19:30:15 -05:00
long_description \
${name} is command line software that allows you to quickly run various \
transformation operations on strings.
2021-09-25 04:05:57 -04:00
categories textproc
installs_libs no
license MIT
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
2025-12-29 18:03:04 -05:00
checksums rmd160 f705cf240a0e4c7c31a3c1f2f8093ffe268ba520 \
sha256 64c4ddd6f84c99f197053e96c489dea48c0bd83a33dfdd69ab209653bc38b9c8 \
size 1251921
2024-06-29 20:48:03 -04:00
2021-09-25 04:05:57 -04:00
build.pre_args-append \
2021-12-30 19:30:15 -05:00
-ldflags \"-X main.version=${github.tag_prefix}${version}\"
2021-09-25 04:05:57 -04:00
destroot {
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}