Search Criteria
Package Details: node-hp-scan-to 1.4.2-0
Package Actions
Git Clone URL: | https://aur.archlinux.org/node-hp-scan-to.git (read-only, click to copy) |
---|---|
Package Base: | node-hp-scan-to |
Description: | Little command line program that allow to send scan from device to computer. For this purpose, the original HP Windows application's interaction with the device has been reverse engineered. |
Upstream URL: | https://github.com/manuc66/node-hp-scan-to |
Keywords: | all-in-one computer hp pc scan |
Licenses: | MIT |
Submitter: | manuc66 |
Maintainer: | manuc66 |
Last Packager: | manuc66 |
Votes: | 2 |
Popularity: | 0.000008 |
First Submitted: | 2022-07-24 20:33 (UTC) |
Last Updated: | 2023-11-29 22:51 (UTC) |
Dependencies (4)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- jq (jq-gitAUR) (make)
- moreutils (moreutils-go-binAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
Latest Comments
manuc66 commented on 2023-07-15 19:43 (UTC)
Hello @bunburya
Thanks for reporting, should be fixed now!
bunburya commented on 2023-07-11 21:46 (UTC) (edited on 2023-07-11 21:47 (UTC) by bunburya)
Running this via systemd wouldn't work for me as it choked on the trailing comma in the JSON included at
/etc/node-hp-scan-to/default.json
:Removing the trailing comma fixes the issue.
The error message:
remanifest commented on 2023-03-21 15:24 (UTC)
Nice job on the changes @manuc66!
It's working fine now.
manuc66 commented on 2023-03-20 19:49 (UTC)
@remanifest it should be better now
remanifest commented on 2023-03-20 13:20 (UTC) (edited on 2023-03-20 13:20 (UTC) by remanifest)
Upgrading this failed for me until I modified lines 46 and 47 of the PKGBUILD to include
sudo
.