17 lines
552 B
Bash
17 lines
552 B
Bash
# Template file for 'python3-mpv'
|
|
pkgname=python3-mpv
|
|
version=0.3.8
|
|
revision=2
|
|
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"
|
|
homepage="https://github.com/jaseg/python-mpv"
|
|
distfiles="https://github.com/jaseg/python-mpv/archive/v${version}.tar.gz"
|
|
checksum=fe10eeab0de4d682c32996561285f5ca57851c4fc5b94ea94daa85b95c528d26
|