18 lines
564 B
Bash
18 lines
564 B
Bash
# Template file for 'wired-notify'
|
|
pkgname=wired-notify
|
|
version=0.10.6
|
|
revision=1
|
|
build_style=cargo
|
|
hostmakedepends="pkg-config"
|
|
makedepends="pango-devel libXScrnSaver-devel libglib-devel"
|
|
short_desc="Lightweight notification daemon written in Rust"
|
|
maintainer="classabbyamp <void@placeviolette.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/Toqozz/wired-notify"
|
|
distfiles="https://github.com/Toqozz/wired-notify/archive/refs/tags/${version}.tar.gz"
|
|
checksum=4a642afb7edf25e2735ec41e72dfb538769233832ec2332a2a12d993cc04f99c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|