Files
rustc/pkg.info
T

42 lines
802 B
Plaintext

name: rustc
description: The rust programming language compiler
version: 1.92.0
revision: 1
url: https://www.rust-lang.org/
license: Apache-2.0 or MIT
architecture: any
type: source
depends:
- curl
- gcc
- glibc
- libssh2
- lld
- llvm-libs
- openssl
- zlib
optional_depends:
- gdb
make_depends:
- clang
- cmake
- libffi
- llvm
- perl
- python3
- rustc
- gdb
- procps-ng
downloads:
- url: https://static.rust-lang.org/dist/rustc-${BPM_PKG_VERSION}-src.tar.xz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: ebee170bfe4c4dfc59521a101de651e5534f4dae889756a5c97ca9ea40d0c307
split_packages:
- name: rustc
description: Rust documentation
- name: rust-src
description: Rust standard library source code
depends:
- rustc