19 lines
550 B
Bash
19 lines
550 B
Bash
# Template file for 'python3-scandir'
|
|
pkgname=python3-scandir
|
|
version=1.10.0
|
|
revision=10
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
short_desc="Better directory iterator and faster os.walk()"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/benhoyt/scandir"
|
|
distfiles="${PYPI_SITE}/s/scandir/scandir-${version}.tar.gz"
|
|
checksum=4d4631f6062e658e9007ab3149a9b914f3548cb38bfb021c64f39a025ce578ae
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|