24 lines
609 B
Bash
24 lines
609 B
Bash
# Template file for 'python3-xxhash'
|
|
pkgname=python3-xxhash
|
|
version=1.4.3
|
|
revision=1
|
|
wrksrc="xxhash-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel xxHash-devel"
|
|
depends="python3"
|
|
short_desc="Python binding for xxHash"
|
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/ifduyue/python-xxhash"
|
|
distfiles="${PYPI_SITE}/x/xxhash/xxhash-${version}.tar.gz"
|
|
checksum=8b6b1afe7731d7d9cbb0398b4a811ebb5e6be5c174f72c68abf81f919a435de9
|
|
|
|
pre_build() {
|
|
export XXHASH_LINK_SO=1
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|