21 lines
598 B
Bash
21 lines
598 B
Bash
# Template file for 'python3-mpv'
|
|
pkgname=python3-mpv
|
|
version=0.3.10
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="python-mpv-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="mpv.py"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 mpv"
|
|
short_desc="Python3 interface to the MPV media player"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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=5e65e896c41d5e6fd8a78c155d2be492dfe9961be2cb1375a8d14a7fc47aa9e8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|