Skip to content

Commit

Permalink
aha: new port
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbs committed Oct 7, 2024
1 parent c243d76 commit fd173f3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions textproc/aha/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# -*- 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

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}

checksums rmd160 89228baddbf9b7b34fa73eba4e9a5a5547ef7778 \
sha256 e7352989a09e462088af1d1f301ab3789331768662898227dc9a0d2005eb490c \
size 394430

use_configure no

destroot.args PREFIX=${prefix}

0 comments on commit fd173f3

Please sign in to comment.