Switch to new package format

This commit is contained in:
2026-06-13 20:01:18 +03:00
parent 9a3b5df09b
commit 6a28b8d1ac
2 changed files with 2 additions and 2 deletions
+43
View File
@@ -0,0 +1,43 @@
name: rustc
description: The rust programming language compiler
version: 1.96.0
revision: 2
url: https://www.rust-lang.org/
license: Apache-2.0 or MIT
maintainers:
- [email protected]
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: b99ce16cdf0ecfc761b585ac84d131b46733465a02f8ecd0ff2de9713c62ee09
split_packages:
- name: rustc
description: Rust documentation
- name: rust-src
description: Rust standard library source code
depends:
- rustc