Files
main/editor/editline/pspec.xml
T
Kamil ATLI 83ea7674b3 editline
2024-06-04 21:52:27 +03:00

51 lines
1.9 KiB
XML
Raw 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>editline</Name>
<Homepage>https://troglobit.com/projects/editline/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>app:library</IsA>
<Summary>A small replacement for GNU readline() for UNIX</Summary>
<Description>This is a small line editing library. It can be linked into almost any program to provide command line editing and history functions. It is call compatible with the FSF readline library, but at a fraction of the size, and as a result fewer features.</Description>
<Archive sha1sum="45a63b83d787532d809a742bb27586df83e0ba22" type="tarxz">https://github.com/troglobit/editline/releases/download/1.17.1/editline-1.17.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>editline</Name>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib/libeditline*</Path>
<Path fileType="man">/usr/share/man/man3/editline-troglobit.3.gz</Path>
</Files>
</Package>
<Package>
<Name>editline-devel</Name>
<RuntimeDependencies>
<Dependency release="current">editline</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-06-04</Date>
<Version>1.17.1</Version>
<Comment>First release.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>