18 lines
573 B
Bash
18 lines
573 B
Bash
# Template file for 'wired-notify'
|
|
pkgname=wired-notify
|
|
version=0.10.5
|
|
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=00c0173ca78322005b233a5438a322e1d4c3ed02118678c5d0a43d0f8706aad8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|