20 lines
678 B
Bash
20 lines
678 B
Bash
# Template file for 'mnamer'
|
|
pkgname=mnamer
|
|
version=2.7.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-poetry-core python3-setuptools_scm python3-wheel"
|
|
depends="python3-appdirs python3-babelfish python3-guessit
|
|
python3-requests python3-requests-cache python3-setuptools_scm
|
|
python3-teletype"
|
|
short_desc="Intelligent and highly configurable media organization utility"
|
|
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/jkwill87/mnamer"
|
|
distfiles="${PYPI_SITE}/m/mnamer/mnamer-${version}.tar.gz"
|
|
checksum=1318eb800486b8dfec387102edd110a3579fb5b7485da332426ad53651369381
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|