18 lines
499 B
Bash
18 lines
499 B
Bash
# Template file for 'python3-Inflector'
|
|
pkgname=python3-Inflector
|
|
version=3.0.1
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Inflector for Python3"
|
|
maintainer="shizonic <realtiaz@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/ixmatus/inflector"
|
|
distfiles="${PYPI_SITE}/I/Inflector/Inflector-${version}.tar.gz"
|
|
checksum=21add07f255a45ef83523ea73747b0651a1d680c79d0853009c4abff218d4d10
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|