21 lines
740 B
Bash
21 lines
740 B
Bash
# Template file for 'python3-pyqtgraph'
|
|
pkgname=python3-pyqtgraph
|
|
version=0.11.1
|
|
revision=1
|
|
wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
make_install_args="--no-compile"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-PyQt5 python3-numpy python3-PyOpenGL"
|
|
short_desc="Fast data visualization for scientific/engineering applications"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://www.pyqtgraph.org/"
|
|
changelog="https://github.com/pyqtgraph/pyqtgraph/raw/master/CHANGELOG"
|
|
distfiles="https://github.com/pyqtgraph/pyqtgraph/archive/pyqtgraph-${version}.tar.gz"
|
|
checksum=9c103e965fb9398570f07c961030cc20fbb80d516a540011f868600a431c4a0d
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|