void-packages/srcpkgs/caps2esc/template
Érico Nogueira 9e2270dce9 srcpkgs/: touch new packages for the builders.
Harmless changes, just so the buildbot catches them.
2021-07-21 01:39:06 -03:00

19 lines
597 B
Bash

# 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 <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
}