From 5f25804b1ccbbc965eb6d17d9da8781eee8aed24 Mon Sep 17 00:00:00 2001 From: linarcx Date: Mon, 13 Apr 2020 00:06:30 +0430 Subject: [PATCH] New package: rakugaki-1.0.5 --- srcpkgs/rakugaki/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/rakugaki/template diff --git a/srcpkgs/rakugaki/template b/srcpkgs/rakugaki/template new file mode 100644 index 00000000000..e276a29f6c8 --- /dev/null +++ b/srcpkgs/rakugaki/template @@ -0,0 +1,17 @@ +# Template file for 'rakugaki' +pkgname=rakugaki +version=1.0.5 +revision=1 +build_style=meson +hostmakedepends="pkg-config vala glib-devel" +makedepends="granite-devel" +short_desc="Want to just draw, sketch or doodle? This is the tool for you!" +maintainer="linarcx " +license="GPL-2.0-or-later" +homepage="https://github.com/lainsce/rakugaki" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=9094dbefff61cf138636fe55c7dd611b9d766d71ad42744ca5942780910046a7 + +post_install() { + vinstall data/com.github.lainsce.rakugaki.desktop.in 644 usr/share/applications data/com.github.lainsce.rakugaki.desktop +}