Files
main/programming/language/rust-bindgen/pspec.xml
T
2024-06-12 00:19:38 +03:00

99 lines
3.5 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>rust-bindgen</Name>
<Homepage>https://github.com/rust-lang/rust-bindgen/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Automatically generates Rust FFI bindings to C (and some C++) libraries</Summary>
<Icon>rust-bindgen</Icon>
<Description>bindgen automatically generates Rust FFI bindings to C (and some C++) libraries.</Description>
<Archive sha1sum="f8e140b06b9255dc5b1e9bbfa80d299570b2fcc2" type="targz">https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v0.69.4.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="1.75.0">rust</Dependency>
<Dependency>llvm-clang-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>rust-bindgen.patch</Patch>
<Patch level="1">rust-bindgen.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>rust-bindgen</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="8">
<Date>2024-06-11</Date>
<Version>0.69.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2023-12-29</Date>
<Version>0.69.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2023-10-17</Date>
<Version>0.68.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2023-10-05</Date>
<Version>0.68.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2023-08-17</Date>
<Version>0.66.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2023-04-28</Date>
<Version>0.65.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2022-12-24</Date>
<Version>0.63.0</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2022-12-05</Date>
<Version>0.63.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>