Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions srcpkgs/yubikey-touch-detector/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Template file for 'yubikey-touch-detector'
pkgname=yubikey-touch-detector
version=1.13.0
revision=1
build_style=go
go_import_path=github.com/maximbaz/yubikey-touch-detector
hostmakedepends="pkg-config"
makedepends="gpgme-devel"
short_desc="Tool to detect when your YubiKey is waiting for a touch"
maintainer="Yushi <git@yushi.one>"
license="ISC"
homepage="https://github.com/max-baz/yubikey-touch-detector"
changelog="https://github.com/max-baz/yubikey-touch-detector/releases"
distfiles="https://github.com/max-baz/yubikey-touch-detector/archive/refs/tags/${version}.tar.gz"
checksum=8c12cea50fe31721f13fe55ee4b6be5315ac8a444c33beb3e8bb7e947cfa231e

post_install() {
vlicense LICENSE
}