16 lines
561 B
Bash
16 lines
561 B
Bash
# Template file for 'python3-mpv'
|
|
pkgname=python3-mpv
|
|
version=0.3.9
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="python-mpv-${version}"
|
|
build_style=python3-module
|
|
pycompile_modules="mpv.py"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 mpv"
|
|
short_desc="Python3 interface to the MPV media player"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="AGPL-3.0-or-later"
|
|
homepage="https://github.com/jaseg/python-mpv"
|
|
distfiles="https://github.com/jaseg/python-mpv/archive/v${version}.tar.gz"
|
|
checksum=31ea56d1df50f42ec6ca232575a527483ed54967df867d143c47019636372c81
|