vp-build/srcpkgs/python3-bitarray/template

20 lines
629 B
Bash

# Template file for 'python3-bitarray'
pkgname=python3-bitarray
version=1.0.1
revision=6
wrksrc="bitarray-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel libcurl-devel"
depends="python3"
short_desc="Python3 module for efficiently representing arrays of booleans"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="Python-2.0"
homepage="https://github.com/ilanschnell/bitarray"
distfiles="https://github.com/ilanschnell/bitarray/archive/${version}.tar.gz"
checksum=bc5be12525ba67c6dd1fffc28b4a035aa52139a4be0aa94df1b544074284113e
post_install() {
vlicense LICENSE
}