From cc8740ee0b039da04a7adb55363754ac4c700805 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..9c8755154f6d --- /dev/null +++ b/srcpkgs/tiramisu/template @@ -0,0 +1,20 @@ +# Template file for 'tiramisu' +pkgname=tiramisu +version=20211019 +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=10f0e435e8b5d69595ff6813dbf0ec8ba85efe4541a36e969c6209ea136af7fa + +post_install() { + vlicense LICENSE +}