From e735d1ff7cf5b16f2adf7e438874287b24df67f7 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 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/swhkd/template diff --git a/srcpkgs/swhkd/template b/srcpkgs/swhkd/template new file mode 100644 index 00000000000000..304f03e0b79c86 --- /dev/null +++ b/srcpkgs/swhkd/template @@ -0,0 +1,19 @@ +# Template file for 'swhkd' +pkgname=swhkd +version=1.2.1 +revision=1 +archs="i686* x86_64*" +build_style=gnu-makefile +hostmakedepends="pkg-config" +makedepends="eudev-libudev-devel rust 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 +}