# -*- 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        so-fancy diff-so-fancy 1.4.4 v
revision            0
checksums           rmd160  d6000469b42525382fb4ffd627e1936ff6ddac84 \
                    sha256  14ded2376a20ce089952c64a2894afeb70ff0b77e5d7b661eb1c973820208e59 \
                    size    40934

categories          textproc
supported_archs     noarch
platforms           any
license             MIT
maintainers         {ryandesign @ryandesign} openmaintainer

description         good-lookin' diffs

long_description    ${name} strives to make your diffs human readable \
                    instead of machine readable. This helps improve \
                    code quality and helps you spot defects faster.

github.tarball_from releases
master_sites        ${github.master_sites}/${name}?dummy=

extract.mkdir       yes
extract.only
extract.suffix

extract {
    copy ${distpath}/${distfiles} ${worksrcpath}/${name}
}

use_configure       no

build {}

destroot {
    xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
