rust-bindgen new package

This commit is contained in:
Rmys
2022-12-05 23:39:38 +03:00
parent 2c2e98417e
commit 3481162606
7 changed files with 365091 additions and 364849 deletions
@@ -0,0 +1,46 @@
<?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="467ce178d57b716018ec85f24e1cddbd23759091" type="targz">https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v0.63.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>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>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<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>