# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=tiramisu
pkgver=2.0.20240610
pkgrel=0
pkgdesc="Desktop notifications, the UNIX way"
url="https://github.com/Sweets/tiramisu"
arch="all"
license="MIT"
depends="dbus"
makedepends="glib-dev vala"
source="https://github.com/Sweets/tiramisu/archive/$pkgver/tiramisu-$pkgver.tar.gz"
options="!check"  # no tests provided

build() {
	make
}

package() {
	make install PREFIX=/usr DESTDIR="$pkgdir"
}

sha512sums="
812701ff1ef3ac4b2a3470c467e346bf7708fc6bdd80ccf9e1f144c8419fd48db9bef92923a06c3a0c15887eda630ad97606aeeb1610f4bd11a0d911b483a7f0  tiramisu-2.0.20240610.tar.gz
"
