Skip to content

Commit

Permalink
New package: caps2esc-0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sbogomolov committed Jun 28, 2021
1 parent 9c0080a commit 7d26773
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions srcpkgs/caps2esc/files/caps2esc.yaml.example
@@ -0,0 +1,4 @@
- JOB: "intercept -g $DEVNODE | caps2esc | uinput -d $DEVNODE"
DEVICE:
EVENTS:
EV_KEY: [KEY_CAPSLOCK, KEY_ESC]
18 changes: 18 additions & 0 deletions srcpkgs/caps2esc/template
@@ -0,0 +1,18 @@
# Template file for 'caps2esc'
pkgname=caps2esc
version=0.3.2
revision=1
wrksrc="caps2esc-v${version}"
build_style=cmake
depends="interception-tools"
short_desc="Transforming the most useless key ever in the most useful one"
maintainer="Sergii Bogomolov <sergii@bogomolov.io>"
license="MIT"
homepage="https://gitlab.com/interception/linux/plugins/caps2esc"
distfiles="https://gitlab.com/interception/linux/plugins/caps2esc/-/archive/v${version}/caps2esc-v${version}.tar.gz"
checksum="d8a5c7a23cb7368fde2b91a0b5481d8ce906af146dd9a49f609052f2cf1d212c"
post_install() {
vsconf ${FILESDIR}/caps2esc.yaml.example
vdoc README.md
vlicense LICENSE.md
}

0 comments on commit 7d26773

Please sign in to comment.