Commits
Ryan Schmidt authored d016aad0216
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 github 1.0 |
5 + | |
6 + | github.setup sveinbjornt searchfs 0.3.0 |
7 + | revision 0 |
8 + | checksums rmd160 38aab99fa0e7fcf82fa8d2fc7753d58e05c97395 \ |
9 + | sha256 b0073b865e66399fd1100efad8cb4f821db65ef5ae61d78ba7918c3c8b68fcb7 \ |
10 + | size 56363 |
11 + | |
12 + | categories sysutils |
13 + | platforms darwin |
14 + | maintainers {gmail.com:srirangav @srirangav} |
15 + | license BSD |
16 + | |
17 + | description APFS / HFS+ search utility |
18 + | |
19 + | long_description Command line tool to quickly search by filename on \ |
20 + | APFS and HFS+ volumes using the file system catalog. |
21 + | |
22 + | github.tarball_from archive |
23 + | |
24 + | variant universal {} |
25 + | |
26 + | use_configure no |
27 + | |
28 + | build.args CC="${configure.cc} [get_canonical_archflags cc]" |
29 + | |
30 + | destroot { |
31 + | xinstall -m 0755 ${worksrcpath}/${name} \ |
32 + | ${destroot}${prefix}/bin/ |
33 + | xinstall -m 0644 ${worksrcpath}/${name}.1 \ |
34 + | ${destroot}${prefix}/share/man/man1/ |
35 + | } |