Search Criteria
Package Details: happy-hacking-gnu 0.2.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/happy-hacking-gnu.git (read-only, click to copy) |
---|---|
Package Base: | happy-hacking-gnu |
Description: | A free, open-source alternative to the HHKB Keymap Tool provided by PFU |
Upstream URL: | https://gitlab.com/dom/happy-hacking-gnu |
Licenses: | Unlicense |
Submitter: | staaas |
Maintainer: | staaas |
Last Packager: | staaas |
Votes: | 2 |
Popularity: | 0.000291 |
First Submitted: | 2022-02-14 21:42 (UTC) |
Last Updated: | 2023-02-17 20:42 (UTC) |
Dependencies (3)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR)
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
Latest Comments
pdjsh commented on 2023-02-17 22:39 (UTC)
Tested it out, it works perfectly now, thanks for the quick update :)
staaas commented on 2023-02-17 20:43 (UTC)
Fixed. Thanks!
pdjsh commented on 2023-02-17 11:29 (UTC)
Hey, this package won't install due to issues with submodules listed here https://wiki.archlinux.org/title/VCS_package_guidelines#Git_Submodules
Changing the
git submodule update
line togit -c protocol.file.allow=always submodule update
should fix the issues according to wiki