# -*- 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.35.0
github.tarball_from archive

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  80d696893003f2fae44c48c32ff711f1efa0fb17 \
                    sha256  811bb4213622720872e08d6e0857f1dd7bc12ff7aa2099a170b76301a53f4fbe \
                    size    329686

use_configure       no

build {}

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