vp-build/srcpkgs/python3-simplejson/template

21 lines
749 B
Bash

# Template file for 'python3-simplejson'
pkgname=python3-simplejson
version=3.17.2
revision=3
wrksrc="simplejson-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3"
short_desc="Simple, fast, extensible JSON encoder/decoder for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT, AFL-2.1"
homepage="https://github.com/simplejson/simplejson"
changelog="https://raw.githubusercontent.com/simplejson/simplejson/master/CHANGES.txt"
distfiles="https://github.com/simplejson/simplejson/releases/download/v${version}/simplejson-${version}.tar.gz"
checksum=75ecc79f26d99222a084fbdd1ce5aad3ac3a8bd535cd9059528452da38b68841
post_install() {
vlicense LICENSE.txt LICENSE
}