Switch to new package format
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
name: llvm
|
||||
description: A collection of modular and reusable compiler and toolchain technologies
|
||||
version: 22.1.6
|
||||
revision: 2
|
||||
url: https://llvm.org
|
||||
license: Apache2-with-llvm-exception
|
||||
maintainers:
|
||||
- [email protected]
|
||||
architecture: any
|
||||
type: source
|
||||
make_depends:
|
||||
- cmake
|
||||
- libffi
|
||||
- ncurses
|
||||
- ninja
|
||||
- python3=3.14.*
|
||||
- zlib
|
||||
- zstd
|
||||
downloads:
|
||||
- url: https://github.com/llvm/llvm-project/releases/download/llvmorg-${BPM_PKG_VERSION}/llvm-project-${BPM_PKG_VERSION}.src.tar.xz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: 6e0b376a1f6d9873e7dfb09ae6e04b9c7024400f01733fa4c29be69d5c138bc2
|
||||
split_packages:
|
||||
- name: llvm
|
||||
depends:
|
||||
- llvm-libs
|
||||
- perl
|
||||
- name: llvm-libs
|
||||
description: Runtime libraries for LLVM
|
||||
depends:
|
||||
- gcc-libs
|
||||
- libedit
|
||||
- libffi
|
||||
- libxml2
|
||||
- zlib
|
||||
- zstd
|
||||
- name: compiler-rt
|
||||
description: Compiler runtime libraries for clang
|
||||
depends:
|
||||
- gcc-libs
|
||||
- name: clang
|
||||
description: C language family frontend for LLVM
|
||||
url: https://clang.llvm.org/
|
||||
depends:
|
||||
- compiler-rt
|
||||
- gcc
|
||||
- llvm-libs
|
||||
optional_depends:
|
||||
- llvm:Required for some clang headers
|
||||
- python3=3.14.*:For scan-view and git-clang-format
|
||||
Reference in New Issue
Block a user