19 lines
558 B
Bash
19 lines
558 B
Bash
# Template file for 'python3-mpv'
|
|
pkgname=python3-mpv
|
|
version=0.5.2
|
|
revision=2
|
|
wrksrc="python-mpv-${version}"
|
|
build_style=python3-module
|
|
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=3eacaecef995de7c9bbb80fe30223ab4ca427128384610fa2d87214961085fdb
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|