mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
902 B
Tcl
27 lines
902 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 theZiz aha 0.5.1
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 0
|
|
|
|
categories textproc
|
|
license GPL-2
|
|
maintainers nomaintainer
|
|
|
|
description aha converts ANSI escape sequences to HTML code
|
|
long_description \
|
|
aha (Ansi HTML Adapter) is a program which converts ANSI escape \
|
|
sequences of a UNIX terminal to HTML code.
|
|
|
|
checksums rmd160 89228baddbf9b7b34fa73eba4e9a5a5547ef7778 \
|
|
sha256 e7352989a09e462088af1d1f301ab3789331768662898227dc9a0d2005eb490c \
|
|
size 394430
|
|
|
|
use_configure no
|
|
|
|
destroot.args PREFIX=${prefix}
|