From ddc682ffcd1032129f245eac446a5d2079f2a030 Mon Sep 17 00:00:00 2001 From: DanKGooGLy Date: Fri, 30 Jul 2021 22:32:30 -0400 Subject: [PATCH] New package: tiramisu-2.0alpha tiramisu-2.0alpha: Fixes Remove ${homepage} from distfiles. Move `libglib-devel` to `makedepends` --- srcpkgs/tiramisu/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/tiramisu/template diff --git a/srcpkgs/tiramisu/template b/srcpkgs/tiramisu/template new file mode 100644 index 000000000000..0f465addc01f --- /dev/null +++ b/srcpkgs/tiramisu/template @@ -0,0 +1,17 @@ +# Template file for 'tiramisu' +pkgname=tiramisu +version=2.0alpha +revision=1 +build_style=gnu-makefile +hostmakedepends="pkg-config" +makedepends="libglib-devel" +short_desc="Desktop notifications, the UNIX way" +maintainer="DanKGooGLy " +license="MIT" +homepage="https://github.com/Sweets/tiramisu" +distfiles="https://github.com/Sweets/tiramisu/archive/refs/tags/v${version}.tar.gz" +checksum=a109b61fe9e66bcd9fa8f60ae6c6ef4ae2d327640144c8b263edff1381b94c6f + +post_install() { + vlicense LICENSE +}