Files
main/programming/language/cargo-c/pspec.xml
T
2021-11-04 16:42:17 +02:00

50 lines
1.8 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>cargo-c</Name>
<Homepage>https://github.com/lu-zero/cargo-c</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>A cargo subcommand to build and install C-ABI compatibile dynamic and static libraries</Summary>
<Description>A cargo subcommand to build and install C-ABI compatibile dynamic and static libraries</Description>
<Archive sha1sum="7f41137e43bb793217d1c05d330f6b2fef59ce7e" type="targz">https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.9.5-deploy.tar.gz</Archive>
<BuildDependencies>
<Dependency>rust</Dependency>
<Dependency>curl-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>openssl-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">cargo-c-fix-metadata.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>cargo-c</Name>
<!--
<RuntimeDependencies>
<Dependency>rust</Dependency>
</RuntimeDependencies>
-->
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-11-02</Date>
<Version>0.9.5</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>