Skip to content

Commit 0afe409

Browse files
srirangavSchamschula
authored andcommitted
ud: new port, version 1.1.0
1 parent e70296d commit 0afe409

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

sysutils/ud/Portfile

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# -*- 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
2+
3+
PortSystem 1.0
4+
PortGroup cmake 1.1
5+
PortGroup github 1.0
6+
7+
github.setup xyproto ud 1.1.0 v
8+
github.tarball_from archive
9+
revision 0
10+
11+
description ${name} is the UNIX day utility.
12+
long_description ${name} calculates the UNIX days from the current \
13+
UNIX time, which is the number of seconds since \
14+
January 1st, 1970 at 00:00:00 UTC.
15+
16+
categories sysutils
17+
installs_libs no
18+
license BSD
19+
maintainers {gmail.com:srirangav @srirangav} openmaintainer
20+
21+
checksums rmd160 7dd41ac5799da53329fc50e0445d1dd2a7fbe597 \
22+
sha256 994459ac0b69db6fab913e1f38f92cb02fef26693cdcf15bcd28899010ff5f2f \
23+
size 3818
24+
25+
destroot {
26+
xinstall -m 0755 ${workpath}/build/ud ${destroot}${prefix}/bin/
27+
}

0 commit comments

Comments
 (0)