From ac8c157b903d161f11ae03e918770ccb4b3f40d3 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.20240302 --- 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..5f2a88661a801b --- /dev/null +++ b/srcpkgs/swhkd/template @@ -0,0 +1,19 @@ +# Template file for 'swhkd' +pkgname=swhkd +version=1.2.1.20240302 +revision=1 +build_style=gnu-makefile +_commit=a4d2ffe066acce9d1728027f69ed160a1c169dd3 +hostmakedepends="cargo scdoc pkg-config rust" +makedepends="eudev-libudev-devel" +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/${_commit}.tar.gz" +checksum=a43faffb5299c5fb4b2c14e6b6172c2b97b0d135a73058c067a9f7893060c4bd + +post_install() { + vlicense LICENSE LICENSE +}