Search Criteria
Package Details: ptouch-print 1.5-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/ptouch-print.git (read-only, click to copy) |
---|---|
Package Base: | ptouch-print |
Description: | Command line tool to print labels on Brother P-Touch printers |
Upstream URL: | https://familie-radermacher.ch/dominic/projekte/ptouch-print/ |
Keywords: | brother label maker printer ptouch |
Licenses: | GPL3 |
Provides: | ptouch-print |
Submitter: | clove3am |
Maintainer: | harmathy |
Last Packager: | harmathy |
Votes: | 3 |
Popularity: | 0.037312 |
First Submitted: | 2020-09-19 19:47 (UTC) |
Last Updated: | 2022-09-27 10:13 (UTC) |
Latest Comments
harmathy commented on 2022-09-27 10:13 (UTC)
Thanks n-st! I fixed the packaging.
n-st commented on 2022-09-21 17:27 (UTC) (edited on 2022-09-21 17:28 (UTC) by n-st)
The PKGBUILD currently installs the main binary as
/usr/bin/ptouch-print/ptouch-print
, so it is not part of the default $PATH. This might be a mistake? In that case, line 26 should beinstall -Dm755 -t "${pkgdir}/usr/bin" "${pkgname}/build/ptouch-print"
instead of
install -Dm755 -t "${pkgdir}/usr/bin/${pkgname}" "${pkgname}/build/ptouch-print"