void-packages/srcpkgs/wired-notify/template
Francesco Carmelo Capria 4bd901c17d New package: wired-notify-0.10.2
Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
2022-10-08 16:31:44 -04:00

17 lines
573 B
Bash

# Template file for 'wired-notify'
pkgname=wired-notify
version=0.10.2
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="pango-devel libXScrnSaver-devel libglib-devel"
short_desc="Lightweight notification daemon written in Rust"
maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
license="MIT"
homepage="https://github.com/Toqozz/wired-notify"
distfiles="https://github.com/Toqozz/wired-notify/archive/refs/tags/${version}.tar.gz"
checksum=7e1c522451887af67f76ddc3022ef26be918e01c44cec10c09d39cfa04b9785e
post_install() {
vlicense LICENSE
}