Files
main/programming/misc/jq/pspec.xml
T
2021-10-09 18:50:05 +03:00

69 lines
2.3 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>jq</Name>
<Homepage>https://github.com/stedolan/jq</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>lightweight and flexible command-line JSON processor</Summary>
<Description>lightweight and flexible command-line JSON processor</Description>
<Archive sha1sum="73bcbdc45be4db907a864e829b06cd869f77f4f7" type="targz">https://github.com/stedolan/jq/releases/download/jq-1.6/jq-1.6.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="6.9.7.1">oniguruma-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>jq.patch</Patch>
<Patch level="1">jq.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>jq</Name>
<RuntimeDependencies>
<Dependency>oniguruma</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>jq-devel</Name>
<Summary>Development files for jq</Summary>
<RuntimeDependencies>
<Dependency release="current">jq</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-10-09</Date>
<Version>1.6</Version>
<Comment>Rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2020-06-07</Date>
<Version>1.6</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>