# -*- 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        macports macports-contrib 29259cdad5f470bb1ebbcf3627f498aa7b2dfb2b
github.tarball_from archive

name                port-whatsnew
version             0.1
revision            0
categories          sysutils macports
maintainers         {gwmail.gwu.edu:egall @cooljeanius} openmaintainer
platforms           any
license             BSD
supported_archs     noarch

description         shows a log of what changed since this port was installed
long_description    ${name} {*}${description}.
homepage            ${github.homepage}/blob/master/${name}

checksums           rmd160  999a9ebc5326f579fa6a1d5027cef810cc542335 \
                    sha256  6a0c03aa0013b71fba090bca6adb22fd3134b301f4a16edb73a6339dcb0ad8d0 \
                    size    239776

dist_subdir         macports-contrib

use_configure       no

build {
}

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

