19 lines
562 B
Bash
19 lines
562 B
Bash
# Template file for 'python3-Brotli'
|
|
pkgname=python3-Brotli
|
|
version=1.1.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel brotli-devel"
|
|
depends="python3"
|
|
short_desc="Python bindings for the Brotli compression library"
|
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
|
license="MIT"
|
|
homepage="https://github.com/google/brotli"
|
|
distfiles="https://github.com/google/brotli/archive/v${version}.tar.gz"
|
|
checksum=e720a6ca29428b803f4ad165371771f5398faba397edf6778837a18599ea13ff
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|