Search Criteria
Package Details: fujprog 4.8-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/fujprog.git (read-only, click to copy) |
|---|---|
| Package Base: | fujprog |
| Description: | ULX2S / ULX3S JTAG programmer |
| Upstream URL: | https://github.com/kost/fujprog |
| Licenses: | BSD |
| Submitter: | PyroDevil |
| Maintainer: | PyroDevil |
| Last Packager: | PyroDevil |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-10-03 06:51 (UTC) |
| Last Updated: | 2022-01-03 01:07 (UTC) |
Latest Comments
thotypous commented on 2021-05-14 19:35 (UTC)
Works for me on a clean chroot. I didn't need to add
libftdi-compat.Recognition commented on 2021-01-16 21:08 (UTC)
Package does not build in a chroot, such as created by
paru, because there are missing makedepends. Needsftdi.h, which can be found (on my system) in/usr/include/ftdi.hand is owned bylibftdi-compat. Addinglibftdi-compatto the makedepends of this package should solve this.PyroDevil commented on 2020-10-04 06:09 (UTC)
@caltlgin: done.
I am surprised that the guideline doesn't suggest SPDX license tags for the
licensearray...