18 lines
573 B
Bash
18 lines
573 B
Bash
# Template file for 'wired-notify'
|
|
pkgname=wired-notify
|
|
version=0.10.2
|
|
revision=2
|
|
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
|
|
}
|