# -*- 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        JGH0 waifufetch 03c7e12a99f716946f117e44b88b7c28e3c368d5
version             1.4.0
revision            0
categories          sysutils anime
platforms           any
license             MIT
maintainers         nomaintainer
description         System info with a random waifu
long_description    {*}${description}
checksums           rmd160  3e90c969763a8f7365342a14f5b0aac721641141 \
                    sha256  ff518c9e6263a71e22000bf281fbc3e1713e10343d2a4ee0c2419421c7e40bd2 \
                    size    47668
github.tarball_from archive
supported_archs     noarch

depends_run-append  port:curl \
                    port:chafa \
                    port:jq

use_configure       no
build               { }
destroot {
    foreach script { libwaifu.sh waifu waifufetch } {
        xinstall -m 775 ${worksrcpath}/${script} ${destroot}${prefix}/bin/
    }
}
