Files
2022-09-17 19:11:01 +03:00

44 lines
1.5 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>aha</Name>
<Homepage>https://github.com/theZiz/aha</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>MPL LGPL</License>
<Icon>aha</Icon>
<IsA>library</IsA>
<Summary>Ansi HTML Adapter: convert ANSI escape sequences to HTML</Summary>
<Description>Converts ANSI escape sequences of a unix terminal to HTML code.</Description>
<Archive sha1sum="1db95e69b28c46c485643c42fe0a921caf721d3e" type="targz">https://github.com/theZiz/aha/archive/refs/tags/0.5.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>aha</Name>
<RuntimeDependencies>
<!-- <Dependency>glibc</Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-09-17</Date>
<Version>0.5.1</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>