mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
915 B
Tcl
31 lines
915 B
Tcl
# -*- 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 junghans cwdiff 0.4.0 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
categories textproc
|
|
platforms any
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
supported_archs noarch
|
|
|
|
description A script that wraps wdiff to support directories and colorize the output
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib port:wdiff
|
|
|
|
checksums rmd160 d74e16b105573cb448f86a2d5788249f97b8dce1 \
|
|
sha256 525250277761ec5b02718604f4e3a8a56be218270a858f7eab3d43d3704b7f46
|
|
|
|
use_configure no
|
|
|
|
build {}
|
|
|
|
destroot {
|
|
xinstall -m 755 ${worksrcpath}/cwdiff ${destroot}${prefix}/bin/
|
|
}
|