Search Criteria
Package Details: evremap-git r30.85f10af-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/evremap-git.git (read-only, click to copy) |
---|---|
Package Base: | evremap-git |
Description: | Systemwide keyboard input remapper (written by @wez) |
Upstream URL: | https://github.com/wez/evremap |
Licenses: | MIT |
Conflicts: | evremap |
Provides: | evremap |
Submitter: | eclairevoyant |
Maintainer: | eclairevoyant |
Last Packager: | eclairevoyant |
Votes: | 6 |
Popularity: | 0.60 |
First Submitted: | 2023-01-08 23:30 (UTC) |
Last Updated: | 2023-04-24 04:13 (UTC) |
Dependencies (4)
- libevdev (libevdev-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rustup) (make)
Latest Comments
eclairevoyant commented on 2023-04-24 04:09 (UTC)
don't know why this was flagged OOD, it builds fine (just tested). if you're using some AUR helper, don't, and make sure you build in a clean chroot
p00f commented on 2022-10-28 18:00 (UTC)
dreieck: Would you like to maintain this? I don't use evremap anymore (I use kmonad now)
dreieck commented on 2022-10-28 13:08 (UTC)
Can you make all the cargo stuff get downloaded in
prepare()
, so that no internet connection is needed inbuild()
andpackage()
?Can you also utilise
$CARGO_HOME
variable to point somewhere into$srcdir
, so that the cargo stuff that gets downloaded stays cleanly self-contained within$srcdir
and not in the build user's home directory?Thanks for maintaining!
dreieck commented on 2022-10-28 13:04 (UTC)
This package downloads the latest git checkout. So it must be named
evremap-git
(i.e. with the-git
suffix). Also, it must have a$pkgver
that strongly monotoneously increases which each commit that is done upstream. Use a properpkgver()
function for this.After renaming, please add
provides=("evremap=${pkgver}")
(the=${pkgver}
part only if there is a real release version number in the first part of$pkgver
), andconflicts=('evremap')
.Thanks for providing this package!,
and thanks for maintaining!
p00f commented on 2022-05-15 09:40 (UTC) (edited on 2022-05-15 09:40 (UTC) by p00f)
you can edit it yourself (see the wiki), i don't like bundling the service
Ashark commented on 2022-05-14 20:26 (UTC)
Can you edit systemd service so that it points for example to /etc/? Currently it has hardcoded path of the developer.