From 8b9819878ae6de2c79d3af22fd739677c064c12d Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Thu, 1 Jul 2021 01:13:58 -0400 Subject: [PATCH] New package: LabJackPython-2.0.4 --- srcpkgs/LabJackPython/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/LabJackPython/template diff --git a/srcpkgs/LabJackPython/template b/srcpkgs/LabJackPython/template new file mode 100644 index 0000000000..7ab2405a01 --- /dev/null +++ b/srcpkgs/LabJackPython/template @@ -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 " +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.