New package: LabJackPython-2.0.4
This commit is contained in:
parent
3f7567a633
commit
8b9819878a
1 changed files with 21 additions and 0 deletions
21
srcpkgs/LabJackPython/template
Normal file
21
srcpkgs/LabJackPython/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'LabJackPython'
|
||||
pkgname=LabJackPython
|
||||
version=2.0.4
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3"
|
||||
depends="exodriver"
|
||||
short_desc="Python modules and examples for the LabJack U3, U6, UE9 and U12"
|
||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://labjack.com/support/software/examples/ud/labjackpython"
|
||||
distfiles="https://github.com/labjack/LabJackPython/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=61911991529ab5f40f17e42823b417dadbf1fe47978e4dc045bdd7da7563e7c2
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
# REMARKS:
|
||||
# To check this, you have to try to import a library. Most of the checks are
|
||||
# done then.
|
Loading…
Reference in a new issue