57 lines
2.0 KiB
XML
57 lines
2.0 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="01bf9a5b748de5adf7f77bf5dae6bc74fdfd2bea" type="targz">https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.10.5.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="2">
|
|
<Date>2024-10-30</Date>
|
|
<Version>0.10.5</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<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>
|