# -*- 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           github 1.0
PortGroup           makefile 1.0

github.setup        gdm85 lc f6e696ef0ecc1257f992f4127e62949dd3d8c9f3
github.tarball_from archive
version             20200821
revision            0

description         \
    List files in categories \(and columns\) - from Coherent UNIX

long_description    \
    This is a port of \'lc\' \(List files in categories and columns\) from \
    MWC \(Mark Williams Company\) Coherent UNIX.

categories          sysutils
installs_libs       no
license             Permissive
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  2fcc6ef3e3b5e6cd2c355a48f21d766e2e275135 \
                    sha256  43823f9d15d02e21d02f2b1ab701b5bf34f3cf04c3e7ad2229a4e131ce5b8944 \
                    size    83860

build.target        ${name}

destroot {
    xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
