cbindgen-0.6.6:First release Firefox make
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
#def setup():
|
||||
#autotools.configure()
|
||||
|
||||
def build():
|
||||
shelltools.system("cargo build --release")
|
||||
|
||||
def check():
|
||||
shelltools.system("cargo test --release")
|
||||
|
||||
def install():
|
||||
pisitools.dobin("target/release/cbindgen")
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>cbindgen</Name>
|
||||
<Homepage>https://github.com/eqrion/cbindgen</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MPL2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A tool for generating C bindings to Rust code</Summary>
|
||||
<Description>Rust koduna C bağlamaları oluşturmak için bir araç</Description>
|
||||
<Archive sha1sum="90c1d29ede3a464085bd0d1d8ca142095c4886b7" type="targz">https://github.com/eqrion/cbindgen/archive/v0.6.6.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>rust</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>cbindgen</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2018-10-25</Date>
|
||||
<Version>0.6.6</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>cbindgen</Name>
|
||||
<Summary xml:lang="tr">A tool for generating C bindings to Rust code</Summary>
|
||||
<Description xml:lang="tr">Rust koduna C bağlamaları oluşturmak için bir araç</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user