mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 05:07:01 +02:00
17 lines
501 B
Bash
17 lines
501 B
Bash
# Template file for 'python3-Inflector'
|
|
pkgname=python3-Inflector
|
|
version=3.0.1
|
|
revision=6
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Inflector for Python3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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
|
|
}
|