New issue by rickalex21 on void-packages repository https://github.com/void-linux/void-packages/issues/43463 Description: ### Package name swhks ### Package homepage https://github.com/waycrate/swhkd ### Description swhkd is a display protocol-independent hotkey daemon made in Rust for wayland. It's a replacement for the popular sxhkd on X. I've seen an issue on this somewhere but count not find it. This is the best I could do, I got stuck with rustup. I'm not familiar with rust but there's no rustup, there's rust-init. Any help on this template would be appreciated, this is my first time making a template. There's no target to make glibc. * [Makefile](https://github.com/waycrate/swhkd/blob/main/Makefile) * [Install Instructions](https://github.com/waycrate/swhkd/blob/main/INSTALL.md) ```sh # Template file for 'swhks' pkgname=my-swhks version=1.2.1 revision=1 build_style=gnu-makefile makedepends="rustup cargo scdoc" short_desc="Simple Wayland HotKey Daemon" maintainer="someone " license="BSD" homepage="https://github.com/waycrate/swhkd" distfiles="${homepage}/archive/refs/tags/${version}.tar.gz" checksum=e74b7b2dc6ab3a31d7bdc4ece09da6ed7f959c7369112a6a45a435a8a0adf195 do_build() { make setup make clean make glibc } do_install() { make DESTDIR=${DESTDIR} prefix=/usr install vlicense LICENSE } ``` ### Does the requested package meet the package requirements? Compiled ### Is the requested package released? Yes