18 lines
577 B
Bash
18 lines
577 B
Bash
# Template file for 'python3-configobj'
|
|
pkgname=python3-configobj
|
|
version=5.0.6
|
|
revision=9
|
|
wrksrc="configobj-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-devel"
|
|
depends="python3-six"
|
|
short_desc="Simple but powerful config file reader and writer (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/DiffSK/configobj"
|
|
distfiles="https://github.com/DiffSK/configobj/archive/v${version}.tar.gz"
|
|
checksum=2e140354efcca6f558ff9ee941b435ae09a617bc071797bef62c8d6ed2033d5e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|