From 1a4a26e56eb89bd2284a5fbdc167c804092d5109 Mon Sep 17 00:00:00 2001 From: Renato Aguiar Date: Sun, 18 Aug 2019 15:25:19 -0700 Subject: [PATCH] New package: buzz-1.1.10 --- srcpkgs/buzz/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/buzz/template diff --git a/srcpkgs/buzz/template b/srcpkgs/buzz/template new file mode 100644 index 00000000000..37b0bf732c7 --- /dev/null +++ b/srcpkgs/buzz/template @@ -0,0 +1,22 @@ +# Template file for 'buzz' +pkgname=buzz +version=1.1.10 +revision=1 +build_style=cargo +hostmakedepends="git pkg-config" +makedepends="cairo-devel dbus-devel libressl-devel pango-devel atk-devel gdk-pixbuf-devel gtk+3-devel libappindicator-devel libdbusmenu-gtk3-devel clang" +short_desc="System tray application for notifying about unseen e-mail" +maintainer="Renato Aguiar " +license="MIT, Apache-2.0" +homepage="https://github.com/jonhoo/buzz" + +do_fetch() { + git clone https://github.com/jonhoo/buzz.git ${wrksrc} + cd ${wrksrc} + git reset --hard feb82747eff0c2ffca1d3990c8800cb9433d9f3e +} + +post_install() { + vlicense LICENSE-MIT + vlicense LICENSE-APACHE +}