void-packages/srcpkgs/tiramisu/template
Tw 509f7c1b91
tiramisu: update to 2.0.20240610
Signed-off-by: Tw <tw19881113@gmail.com>
Closes: #50768 [via git-merge-pr]
2024-06-16 18:27:10 -04:00

19 lines
554 B
Bash

# Template file for 'tiramisu'
pkgname=tiramisu
version=2.0.20240610
revision=1
build_style=gnu-makefile
make_use_env=yes
hostmakedepends="pkg-config vala"
makedepends="libglib-devel"
checkdepends="dbus"
short_desc="Desktop notifications, the UNIX way"
maintainer="Vapourium <vapourium@riseup.net>"
license="MIT"
homepage="https://github.com/Sweets/tiramisu"
distfiles="https://github.com/Sweets/tiramisu/archive/refs/tags/${version}.tar.gz"
checksum=b12f6eb40d75329e329c384e4972c9fc668dd8f5c8cafbbe0bebf19036aec53d
post_install() {
vlicense LICENSE
}