Search Criteria
Package Details: pinesam 2.2.6-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/pinesam.git (read-only, click to copy) |
---|---|
Package Base: | pinesam |
Description: | Configure and watch Pine64's 'pinecil' soldering iron via Bloetooth. |
Upstream URL: | https://github.com/builder555/PineSAM |
Licenses: | MIT |
Submitter: | Khorne |
Maintainer: | Khorne |
Last Packager: | Khorne |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-06-07 13:56 (UTC) |
Last Updated: | 2024-09-06 17:38 (UTC) |
Dependencies (14)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- electron (electron-binAUR)
- fakettyAUR
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- python (python37AUR, python311AUR, python310AUR)
- python-bleak
- python-pinecilAUR
- python-requests
- python-websockets
- base-devel (diabos-baseAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- python-pip (optional) – For /usr/lib/pinesam/backend/check_install.py
- python-pytest (optional) – For /usr/lib/pinesam/backend/{test_server,test_pinecil}.py
Latest Comments
Tyrant commented on 2024-11-08 11:33 (UTC)
python-rich is a missing dependency, without it the backend will crash
Khorne commented on 2024-09-06 17:38 (UTC) (edited on 2024-09-06 17:39 (UTC) by Khorne)
Thanks for the hints, should both be fixed now.
dreieck commented on 2024-09-03 13:24 (UTC) (edited on 2024-09-03 13:28 (UTC) by dreieck)
Another issue:
You install
/usr/share/doc/LICENSE
(I apologise since it originally was my fault ...), but the symlink, if you do it, must go to/usr/share/doc/${pkgname}/LICENSE
.Currently, this is not only out of spec but prone for conflicts with other packages that are doing the same:
Regards and thanks for maintaining! (I fixed
hhd-ui-git
by now.)dreieck commented on 2024-09-03 13:23 (UTC)
Ahoj,
just a note:
In
prepare()
,npm install --cache "${srcdir}/npm-cache"
takes a long time since it downloads stuff. But on the terminal, no information is printed except some character rotating braille-points.Can you prepend a message that says that it is downloading stuff?
Regards and a lot of thanks for this package!