Files

37 lines
1.0 KiB
Tcl
Raw Permalink Normal View History

2021-12-08 03:36:02 -05: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 cargo 1.0
PortGroup github 1.0
2021-12-10 21:30:22 -05:00
github.setup mitsuhiko when 0.4.0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
2021-12-08 06:24:46 -05:00
revision 0
2021-12-08 03:36:02 -05:00
description Timezones from the command line
long_description \
${name} is a small utility which tells you what time it is somewhere or \
what some time is somewhere.
categories sysutils
installs_libs no
2022-01-08 22:56:14 +11:00
license Apache-2
2021-12-08 03:36:02 -05:00
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
fetch.type git
build.pre_args --release -v -j${build.jobs}
post-fetch {
system -W ${worksrcpath} "git submodule update --init --recursive"
}
destroot {
xinstall -m 0755 \
${worksrcpath}/target/[cargo.rust_platform]/release/${name} \
${destroot}${prefix}/bin/
}