mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.0 KiB
Tcl
34 lines
1.0 KiB
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/k-saiki/mfa 0.0.13 v
|
|
epoch 1
|
|
revision 0
|
|
|
|
description Generate TOTP(Time-based One-time Password) token with CLI.
|
|
|
|
long_description {*}${description}
|
|
|
|
categories security
|
|
installs_libs no
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
installs_libs no
|
|
|
|
go.offline_build no
|
|
|
|
build.pre_args -ldflags \"-X ${go.package}/cmd.version=${version} \
|
|
-X ${go.package}/cmd.revision=${revision}\"
|
|
|
|
checksums rmd160 4fb175224763624bcc2fbb1b2e1d7b1fea382c30 \
|
|
sha256 70a5366bafb84ac3c9b554613fdd6ae1da9d5d035695060c9b64c791b684bb1c \
|
|
size 7088
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|