mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
42 lines
1.2 KiB
Tcl
42 lines
1.2 KiB
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 so-fancy diff-so-fancy 1.4.10 v
|
|
revision 0
|
|
checksums rmd160 5962e7ea701784a119b4c84564253853f3571d4e \
|
|
sha256 027881d4d0c6ad871c8eddc210946fb87fb3a771cb95e8a4e7dc62476caf027c \
|
|
size 50633
|
|
|
|
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/
|
|
}
|