18 lines
569 B
Bash
18 lines
569 B
Bash
# Template file for 'caps2esc'
|
|
pkgname=caps2esc
|
|
version=0.3.2
|
|
revision=1
|
|
build_style=cmake
|
|
depends="interception-tools"
|
|
short_desc="Transforming the most useless key ever in the most useful one"
|
|
maintainer="Sergii Bogomolov <void@sebo.dev>"
|
|
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() {
|
|
vdoc README.md
|
|
vlicense LICENSE.md
|
|
}
|