mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-23 17:12:18 -05:00
Update rusty-keys
This commit is contained in:
parent
c5d551bb3c
commit
aeeffa7d70
@ -1,24 +1,24 @@
|
||||
# Maintainer: moparisthebest <admin dot archlinux AT moparisthebest dot com>
|
||||
|
||||
pkgname=rusty-keys
|
||||
pkgver=0.0.1
|
||||
pkgrel=2
|
||||
pkgver=0.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="uinput level keyboard mapper for linux"
|
||||
url="https://code.moparisthebest.com/moparisthebest/rusty-keys"
|
||||
makedepends=('cargo' 'systemd')
|
||||
depends=('libsystemd')
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
|
||||
license=('AGPL')
|
||||
backup=('etc/rusty-keys/keymap.toml')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download"
|
||||
"$pkgname-$pkgver.tar.gz.asc::https://code.moparisthebest.com/attachments/97f6888b-df43-4e7c-a3f5-d4982b24341b"
|
||||
"$pkgname-$pkgver.tar.gz.asc::https://code.moparisthebest.com/attachments/95cecd64-fb0a-466b-995b-a1ca38cfca36"
|
||||
'rusty-keys@.service'
|
||||
rusty-keys.target
|
||||
)
|
||||
validpgpkeys=('81F1C22DD41109D4A9C0A7B5B070F8D97D1A0BBA') # moparisthebest <admin AT moparisthebest.com>
|
||||
sha256sums=('f26dd1a1b2005b82929e6bc64966f545834a1f77c1ed9221f7de42a3d6c84239'
|
||||
'SKIP'
|
||||
'4b8df8362d87c2aa31c028cf7aeaae109678f044f19be7ad2e492056e9d96b03'
|
||||
sha256sums=('53cb47fc17c69430d5f8d2230e712a1178f14d8542d21bda4b0d8bd022019804'
|
||||
'35f4f6cce400de07ded6bc30b2f8d05dfb8cf9068af8e1e6c9a3862f46ea7bc0'
|
||||
'277193fd54d47d994d2db21102409c1aa18f11064e9f4798bd97ade63cbe2c46'
|
||||
'70afa48c38901dd7de377f8ab4432806adeb944bd171df02091da617ed138862'
|
||||
)
|
||||
|
||||
|
@ -3,6 +3,7 @@ Description=rusty-keys keymapper service
|
||||
After=systemd-udevd.service
|
||||
|
||||
[Service]
|
||||
ExecStartPre=/bin/sleep 5
|
||||
ExecStart=/usr/bin/rusty-keys -c /etc/rusty-keys/keymap.toml -d /dev/input/%I
|
||||
|
||||
[Install]
|
||||
|
Loading…
Reference in New Issue
Block a user