19 lines
529 B
Bash
19 lines
529 B
Bash
# Template file for 'python3-vdf'
|
|
pkgname=python3-vdf
|
|
version=3.4
|
|
revision=4
|
|
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
|
|
}
|