20 lines
589 B
Bash
20 lines
589 B
Bash
# Template file for 'python3-Brotli'
|
|
pkgname=python3-Brotli
|
|
version=1.0.9
|
|
revision=1
|
|
wrksrc="brotli-${version}"
|
|
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=f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|