void-packages/srcpkgs/python3-py-cpuinfo/template

18 lines
512 B
Bash

# Template file for 'python3-py-cpuinfo'
pkgname=python3-py-cpuinfo
version=8.0.0
revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python module for getting CPU info"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/workhorsy/py-cpuinfo"
distfiles="${PYPI_SITE}/p/py-cpuinfo/py-cpuinfo-${version}.tar.gz"
checksum=5f269be0e08e33fd959de96b34cd4aeeeacac014dd8305f70eb28d06de2345c5
post_install() {
vlicense LICENSE
}