Github messages for voidlinux
 help / color / mirror / Atom feed
From: rickalex21 <rickalex21@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [ISSUE] Package request: swhks
Date: Sat, 15 Apr 2023 21:07:50 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43463@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1513 bytes --]

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 <someone@gmail.com>"
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

             reply	other threads:[~2023-04-15 19:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-15 19:07 rickalex21 [this message]
2023-04-15 19:19 ` mhmdanas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43463@inbox.vuxu.org \
    --to=rickalex21@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).