Search Criteria
Package Details: kbdmod 2.1.4-33
Package Actions
Git Clone URL: | https://aur.archlinux.org/kbdmod.git (read-only, click to copy) |
---|---|
Package Base: | kbdmod |
Description: | modify your keyboard functionality with multi functions per key |
Upstream URL: | https://gitlab.com/calvinreu/kbdmod |
Keywords: | keyboard, oryx qmk, |
Licenses: | MIT |
Submitter: | cre243 |
Maintainer: | cre243 |
Last Packager: | cre243 |
Votes: | 1 |
Popularity: | 0.000016 |
First Submitted: | 2022-08-21 14:33 (UTC) |
Last Updated: | 2023-07-11 20:43 (UTC) |
Dependencies (5)
- interception-tools
- libevdev (libevdev-gitAUR)
- yaml-cpp
- cmake (cmake-gitAUR) (make)
- make (make-gitAUR) (check)
Latest Comments
cre243 commented on 2023-05-27 16:37 (UTC) (edited on 2023-05-27 21:01 (UTC) by cre243)
I have addressed all the mentioned issues I will add some more examples in the future. And yes I use an arch based system, but I did not test the aur installer before.
m040601 commented on 2023-05-27 16:02 (UTC) (edited on 2023-05-27 16:28 (UTC) by m040601)
This PKGBUILD needs revision as it's currently out of date, and installing itself into "/" root.
Does the current PKGBUILD maintainer actually uses this tool on Archlinux ? Does the current PKGBUILD maintainer actually tests and checks what the PKGBUILD is doing before publishing into the AUR ?
I tried this PKGBUILD and this is what landed on my system,
Let's list everything that got installed ,
$ pacman -Ql kbdmod"
`` kbdmod /kbdmod ````
file /kbdmod
As you can see it installed itself into "root". This is inadmissable.
This needs to be changed,
Dont use "cp xyz abc". User something like
Read the Arch Wiki and guidelines about PKGBUILD's.
In addition it also needs to ship and install the needed LICENCE, README and all supporting needed documentation. They already exist in the gitlab repo. They should end in the user computer in something like
The documentation is confusing, the README needs polishing and more examples are needed of what exactly needs to go into '/etc/interception/kbdmod/...."
These same examples need to be shipped to the users computer in "/usr/share/doc/kbdmod/examples/this-and-that"