32 lines
775 B
YAML
32 lines
775 B
YAML
name: brotli
|
|
description: Generic-purpose lossless compression algorithm
|
|
version: 1.2.0
|
|
revision: 3
|
|
url: https://github.com/google/brotli
|
|
license: MIT
|
|
maintainers:
|
|
- [email protected]
|
|
architecture: any
|
|
type: source
|
|
make_depends:
|
|
- cmake
|
|
- python3=3.14.*
|
|
- python-build
|
|
- python-installer
|
|
- python-setuptools
|
|
- python-wheel
|
|
downloads:
|
|
- url: https://github.com/google/brotli/archive/v${BPM_PKG_VERSION}/brotli-${BPM_PKG_VERSION}.tar.gz
|
|
extract_to: ${BPM_SOURCE}
|
|
extract_strip_components: 1
|
|
checksum: 816c96e8e8f193b40151dad7e8ff37b1221d019dbcb9c35cd3fadbfe6477dfec
|
|
split_packages:
|
|
- name: brotli
|
|
depends:
|
|
- glibc
|
|
- name: python-brotli
|
|
description: Python library for brotli
|
|
depends:
|
|
- python3=3.14.*
|
|
- brotli
|