78 lines
2.7 KiB
XML
78 lines
2.7 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "http://www.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>C (ve bazı C++) kitaplıklarına otomatik olarak Rust FFI bağlamaları oluşturur</Description>
|
||
<Archive sha1sum="67b724d40d98fae44bb44ee2d97fb74027735481" type="targz">https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v0.68.1.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency versionFrom="1.69.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="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>
|