Search Criteria
Package Details: rusty-keys-git 0.0.2.r18.g0ffc169-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/rusty-keys-git.git (read-only, click to copy) |
|---|---|
| Package Base: | rusty-keys-git |
| Description: | uinput level keyboard mapper for linux |
| Upstream URL: | https://code.moparisthebest.com/moparisthebest/rusty-keys |
| Licenses: | AGPL |
| Conflicts: | rusty-keys |
| Provides: | rusty-keys |
| Submitter: | moparisthebest |
| Maintainer: | moparisthebest |
| Last Packager: | moparisthebest |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-11-16 05:54 (UTC) |
| Last Updated: | 2019-01-10 05:30 (UTC) |
Dependencies (4)
- libsystemd (systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- systemd (systemd-selinuxAUR, systemd-gitAUR) (make)
Latest Comments
dreieck commented on 2025-07-10 08:01 (UTC)
Source download currently fails with error 503:
Regards!
dreieck commented on 2023-07-13 16:53 (UTC)
Thanks for the change!
Can you also add
export CARGO_HOME="${srcdir}/.cargo"toprepare()andbuild()so that rust does not clutter the home dir?And actually,
$pkgvernow begins withbeta, which is a version decrease. So you either need to increment$epochor change thepkgver()logic.Official version is 0.0.3, as
rusty-keys --versionreveals. That needs to be parsed from the source, if git tags are unreliable.grep -E '^[[:space:]]*version[[:space:]]*=' Cargo.toml | awk -F= '{print $2}' | tr -d \"\'' 'does it for me.pkgver()could look like:(See also my package
rusty-keys-nosystemd-git.)Regards!
moparisthebest commented on 2019-01-10 05:32 (UTC)
The compilation errors were due to upstream not providing Cargo.lock, this has been fixed.
I also put
cargo fetchinprepare()sobuild()no longer downloads anything, thanks for the pointer.dreieck commented on 2018-12-15 17:35 (UTC)
Fails to build:
dreieck commented on 2018-12-15 16:03 (UTC)
It downloads stuff during
build(). However, wghen executingbuild(), the presence of an internet connection should not be assumed.Please download stuff via the
source-array or, if not possible, in theprepare()-function.