# -*- 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

github.setup        zsh-users zsh-completions 0.36.0
github.tarball_from archive
revision            0

maintainers         nomaintainer
categories          sysutils shells
license             Permissive Apache-2
description         Additional completion definitions for Zsh.
long_description    {*}${description} This package includes the completion files \
                    for the MacPorts port command.
supported_archs     noarch
platforms           any

checksums           rmd160  0ead3289a8d3471e29eb575143de99b3618c6e18 \
                    sha256  5aa68be2999a7be2eb56de8e4acff8f3bba4a66b9acbb233752536857408fb2e \
                    size    401928

use_configure       no

build {}

destroot {
    xinstall -d ${destroot}${prefix}/share/zsh/
    copy ${worksrcpath}/src ${destroot}${prefix}/share/zsh/site-functions
}
