18 lines
535 B
Bash
18 lines
535 B
Bash
# Template file for 'python3-appdirs'
|
|
pkgname=python3-appdirs
|
|
version=1.4.4
|
|
revision=6
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python3 module for determining appropriate platform-specific dirs"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/ActiveState/appdirs/"
|
|
distfiles="${PYPI_SITE}/a/appdirs/appdirs-${version}.tar.gz"
|
|
checksum=7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|