Đoàn Trần Công Danh d21de3397f remove wrksrc en-mass
2022-11-08 22:30:37 +07:00

20 lines
673 B
Bash

# Template file for 'python3-wcmatch'
pkgname=python3-wcmatch
version=8.4.1
revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-bracex"
checkdepends="python3-pytest ${depends}"
short_desc="Wilcard File Name matching library"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://github.com/facelessuser/wcmatch"
changelog="https://raw.githubusercontent.com/facelessuser/wcmatch/main/docs/src/markdown/about/changelog.md"
distfiles="${PYPI_SITE}/w/wcmatch/wcmatch-${version}.tar.gz"
checksum=b1f042a899ea4c458b7321da1b5e3331e3e0ec781583434de1301946ceadb943
post_install() {
vlicense LICENSE.md
}