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

name                zsh-fpm-completions
github.setup        ShinobuAmasaki fpm-completions 0.2 v
revision            0
epoch               1

maintainers         nomaintainer
categories          sysutils shells fortran
license             MIT
description         Command-line completion functions for the Fortran Package Manager
long_description    {*}${description}
supported_archs     noarch
platforms           any

checksums           rmd160  979f8d2baf86fdf7305ed45a8d0a47b96b85e81f \
                    sha256  ee3628daa879714f33aa4c105d0e2af9cf593883882cbeda9745fcc5abdea895 \
                    size    6046
github.tarball_from archive

use_configure       no

build               { }

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