From 6d14fa20340549d2238840f18818d996b69fbc52 Mon Sep 17 00:00:00 2001 From: juantascon Date: Mon, 4 Mar 2024 12:47:57 +0100 Subject: [PATCH] New package: swhkd-1.2.1 --- srcpkgs/swhkd/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/swhkd/template diff --git a/srcpkgs/swhkd/template b/srcpkgs/swhkd/template new file mode 100644 index 00000000000000..fa78aecd5b8040 --- /dev/null +++ b/srcpkgs/swhkd/template @@ -0,0 +1,18 @@ +# Template file for 'swhkd' +pkgname=swhkd +version=1.2.1 +revision=1 +build_style=gnu-makefile +hostmakedepends="pkg-config" +makedepends="eudev-libudev-devel rust rustup cargo scdoc" +short_desc="Display server-independent hotkey daemon inspired by sxhkd" +maintainer="Juan Diego Tascon " +license="BSD-2-Clause " +homepage="https://github.com/waycrate/swhkd" +changelog="https://raw.githubusercontent.com/waycrate/swhkd/main/CHANGELOG.md" +distfiles="https://github.com/waycrate/swhkd/archive/refs/tags/${version}.tar.gz" +checksum=e74b7b2dc6ab3a31d7bdc4ece09da6ed7f959c7369112a6a45a435a8a0adf195 + +post_install() { + vlicense LICENSE LICENSE +}