jq PlayOnLinux run dep
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
<?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>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="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>
|
||||
Reference in New Issue
Block a user