File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments