aha: new package for kinfocenter

This commit is contained in:
suvari
2022-09-17 19:11:01 +03:00
parent 12e38adca0
commit ab812ab54f
8 changed files with 348550 additions and 348412 deletions
+43
View File
@@ -0,0 +1,43 @@
<?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>