From 56dd406c1e67106bba1ded4436bb11d12fa81822 Mon Sep 17 00:00:00 2001 From: linarcx Date: Fri, 10 Apr 2020 15:54:16 +0430 Subject: [PATCH] New package: nutty-1.1.1 --- srcpkgs/nutty/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/nutty/template diff --git a/srcpkgs/nutty/template b/srcpkgs/nutty/template new file mode 100644 index 00000000000..b71d4a45442 --- /dev/null +++ b/srcpkgs/nutty/template @@ -0,0 +1,18 @@ +# Template file for 'nutty' +pkgname=nutty +version=1.1.1 +revision=1 +build_style=meson +hostmakedepends="pkg-config vala glib-devel" +makedepends="gtk+3-devel libgee08-devel libnotify-devel granite-devel + sqlite-devel" +short_desc="Network Utility" +maintainer="linarcx " +license="GPL-3.0-or-later" +homepage="https://github.com/babluboy/nutty" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=b6c9ef1966d1c60480943313f20cd66ee1b5d23ac8d6578f457fb99f0898d9ba + +post_install() { + vinstall data/com.github.babluboy.nutty.desktop 644 usr/share/applications +}