Files
llvm/pkg.info
T

51 lines
1.1 KiB
Plaintext

name: llvm
description: A collection of modular and reusable compiler and toolchain technologies
version: 22.1.4
revision: 1
url: https://llvm.org
license: Apache2-with-llvm-exception
maintainers:
- [email protected]
architecture: any
type: source
make_depends:
- cmake
- libffi
- ncurses
- ninja
- python3
- 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: 3e68c90dda630c27d41d201e37b8bbf5222e39b273dec5ca880709c69e0a07d4
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