forked from macports/macports-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# -*- 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 | ||
|
||
name aha | ||
version 0.5.1 | ||
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. | ||
|
||
homepage https://github.com/theZiz/${name} | ||
|
||
github.setup theZiz ${name} ${version} | ||
checksums rmd160 89228baddbf9b7b34fa73eba4e9a5a5547ef7778 \ | ||
sha256 e7352989a09e462088af1d1f301ab3789331768662898227dc9a0d2005eb490c \ | ||
size 394430 | ||
|
||
use_configure no | ||
|
||
destroot.args PREFIX=${prefix} |