19 lines
532 B
Bash
19 lines
532 B
Bash
|
# Template file for 'python3-vdf'
|
||
|
pkgname=python3-vdf
|
||
|
version=3.2
|
||
|
revision=1
|
||
|
wrksrc=vdf-${version}
|
||
|
build_style=python3-module
|
||
|
hostmakedepends="python3-setuptools"
|
||
|
makedepends="python3-setuptools"
|
||
|
short_desc="Python library for working with Valve's VDF text format"
|
||
|
maintainer="Caleb JA <skywise@tutanota.de>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/ValvePython/vdf"
|
||
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||
|
checksum=ad790a34a20d9c5f36b8bd9e93658f85a9e90be7c84bb3a24f893b531a94e3ca
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|