void-packages/srcpkgs/python3-vdf/template
2022-01-05 22:09:59 +01:00

20 lines
551 B
Bash

# Template file for 'python3-vdf'
pkgname=python3-vdf
version=3.4
revision=2
wrksrc=vdf-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-setuptools"
depends="python3"
short_desc="Python library for working with Valve's VDF text format"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/ValvePython/vdf"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=c9fb42b6de9daf475cd229377d0c32d6e87c0f21e874a35e0e679eb201723a67
post_install() {
vlicense LICENSE
}