void-packages/srcpkgs/caps2esc/template

19 lines
597 B
Bash
Raw Normal View History

2021-06-18 22:29:26 +00:00
# Template file for 'caps2esc'
pkgname=caps2esc
version=0.3.2
revision=1
wrksrc=caps2esc-v${version}
2021-06-18 22:29:26 +00:00
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
}