mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
bcnc: update to 0.9.14.306; rename to bCNC
This commit is contained in:
parent
29cf672e07
commit
7afe02a79b
3 changed files with 15 additions and 9 deletions
2
srcpkgs/bCNC/INSTALL.msg
Normal file
2
srcpkgs/bCNC/INSTALL.msg
Normal file
|
@ -0,0 +1,2 @@
|
|||
If you would like to enable webcam streaming in bCNC, please install the
|
||||
libopencv-python3 package.
|
|
@ -1,20 +1,17 @@
|
|||
# Template file for 'bcnc'
|
||||
pkgname=bcnc
|
||||
version=0.9.14.303
|
||||
# Template file for 'bCNC'
|
||||
pkgname=bCNC
|
||||
version=0.9.14.306
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc=bCNC-$version
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy
|
||||
libopencv-python3"
|
||||
depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"
|
||||
short_desc="GRBL CNC command sender, autoleveler and g-code editor"
|
||||
maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/vlachoudis/bCNC"
|
||||
distfiles="${PYPI_SITE}/b/bCNC/bCNC-${version}.tar.gz"
|
||||
checksum=2df238989184179726870559f0531aea1e85ae9369d194bf8dba3638107671d7
|
||||
nocross="libopencv-python3 is not cross-compilable"
|
||||
distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=3af8590e3d2b6320fc1d0db019ba5584736c7a30dd205de531656f6d8f3b04cc
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/applications
|
||||
|
@ -23,3 +20,9 @@ post_install() {
|
|||
ln -s "/${py3_sitelib}/bCNC/bCNC.png" "${DESTDIR}/usr/share/pixmaps/"
|
||||
ln -s "bCNC" "${DESTDIR}/usr/bin/bcnc"
|
||||
}
|
||||
|
||||
bcnc_package() {
|
||||
depends="bCNC>=${version}_${revision}"
|
||||
short_desc+=" (transitional dummy package)"
|
||||
build_style=meta
|
||||
}
|
1
srcpkgs/bcnc
Symbolic link
1
srcpkgs/bcnc
Symbolic link
|
@ -0,0 +1 @@
|
|||
bCNC
|
Loading…
Add table
Reference in a new issue