mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
987 B
Tcl
28 lines
987 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 cmake 1.1
|
|
PortGroup github 1.0
|
|
|
|
github.setup xyproto ud 1.1.0 v
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
description ${name} is the UNIX day utility.
|
|
long_description ${name} calculates the UNIX days from the current \
|
|
UNIX time, which is the number of seconds since \
|
|
January 1st, 1970 at 00:00:00 UTC.
|
|
|
|
categories sysutils
|
|
installs_libs no
|
|
license BSD
|
|
maintainers {gmail.com:srirangav @srirangav} openmaintainer
|
|
|
|
checksums rmd160 7dd41ac5799da53329fc50e0445d1dd2a7fbe597 \
|
|
sha256 994459ac0b69db6fab913e1f38f92cb02fef26693cdcf15bcd28899010ff5f2f \
|
|
size 3818
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${workpath}/build/ud ${destroot}${prefix}/bin/
|
|
}
|