From 98054bf83c84cef592577dec7677438ebb265009 Mon Sep 17 00:00:00 2001 From: Vapourium Date: Tue, 19 Oct 2021 16:24:40 -0400 Subject: [PATCH] New package: tiramisu-20211107 --- srcpkgs/tiramisu/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/tiramisu/template diff --git a/srcpkgs/tiramisu/template b/srcpkgs/tiramisu/template new file mode 100644 index 000000000000..eb8a23b3ddd6 --- /dev/null +++ b/srcpkgs/tiramisu/template @@ -0,0 +1,20 @@ +# Template file for 'tiramisu' +pkgname=tiramisu +version=20211107 +revision=1 +wrksrc=${pkgname}-2.0.${version} +build_style=gnu-makefile +make_use_env=yes +hostmakedepends="pkg-config glib-devel vala" +makedepends="libglib-devel" +checkdepends="dbus" +short_desc="Desktop notifications, the UNIX way" +maintainer="Vapourium " +license="MIT" +homepage="https://github.com/Sweets/tiramisu" +distfiles="https://github.com/Sweets/tiramisu/archive/refs/tags/2.0.${version}.tar.gz" +checksum=966b74b95401d92592d42bfded1cc2c6925ddf6bc487ccb628df58ac459fc45b + +post_install() { + vlicense LICENSE +}