19 lines
641 B
Bash
19 lines
641 B
Bash
# Template file for 'python3-scikit-video'
|
|
pkgname=python3-scikit-video
|
|
version=1.1.11
|
|
revision=3
|
|
wrksrc="scikit-video-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-scipy python3-Pillow"
|
|
depends="python3-scipy python3-Pillow"
|
|
short_desc="Video processing in Python, which is modeled around scikit packages"
|
|
maintainer="ash <bhat40436@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://www.scikit-video.org/"
|
|
distfiles="https://github.com/scikit-video/scikit-video/archive/${version}.tar.gz"
|
|
checksum=0d28d9c08d43be56bd723c8387e90e599a5ce4b75c389717d190ccde0ef5d56f
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|