20 lines
617 B
Bash
20 lines
617 B
Bash
# Template file for 'python3-tomli-w'
|
|
pkgname=python3-tomli-w
|
|
version=1.0.0
|
|
revision=3
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-tomli"
|
|
short_desc="Lil' python TOML writer"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/hukkin/tomli-w"
|
|
changelog="https://github.com/hukkin/tomli-w/raw/master/CHANGELOG.md"
|
|
distfiles="https://github.com/hukkin/tomli-w/archive/refs/tags/${version}.tar.gz"
|
|
checksum=4fe1fb4696899c01356ef4e028c975103abf62e5fa9472f31f1714100f1b065d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|