19 lines
545 B
Bash
19 lines
545 B
Bash
# Template file for 'python3-hiredis'
|
|
pkgname=python3-hiredis
|
|
version=0.2.0
|
|
revision=6
|
|
wrksrc="hiredis-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-devel"
|
|
makedepends="python3-devel hiredis-devel"
|
|
short_desc="Python3 wrapper for hiredis"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/redis/hiredis-py"
|
|
distfiles="${PYPI_SITE}/h/hiredis/hiredis-${version}.tar.gz"
|
|
checksum=ca958e13128e49674aa4a96f02746f5de5973f39b57297b84d59fd44d314d5b5
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|