blob: 62796d174c506f26e30f88504d1f80c0da229d5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
pkgbase = c2rust
pkgdesc = Migrate C code to Rust
pkgver = 0.18.0
pkgrel = 1
url = https://github.com/immunant/c2rust
arch = i686
arch = pentium4
arch = x86_64
arch = arm
arch = armv7h
arch = armv6h
arch = aarch64
license = Apache-2.0
license = MIT
makedepends = cargo
makedepends = llvm
makedepends = clang
makedepends = cmake
makedepends = openssl
makedepends = python
depends = llvm
conflicts = c2rust-bin
conflicts = c2rust-git
source = c2rust-0.18.0.tar.gz::https://github.com/immunant/c2rust/archive/v0.18.0.tar.gz
sha256sums = cf72bd59cac5ff31553c5d1626f130167d4f72eaabcffc27630dee2a95f4707e
pkgname = c2rust
|