From 85adcdd6c772e9538b947e37d963dad76cec0649 Mon Sep 17 00:00:00 2001 From: cr6git Date: Mon, 6 Nov 2017 04:32:24 +0100 Subject: [PATCH] New package: tryton-4.6.0 --- srcpkgs/tryton/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/tryton/template diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template new file mode 100644 index 0000000000..8e850ec423 --- /dev/null +++ b/srcpkgs/tryton/template @@ -0,0 +1,19 @@ +# Template file for 'tryton' +pkgname=tryton +version=4.6.0 +revision=1 +noarch=yes +build_style=python2-module +pycompile_module="tryton" +hostmakedepends="python-setuptools" +depends="pygtk python-dateutil" +maintainer="cr6git " +short_desc="Three-tier high-level general purpose application platform" +homepage="https://www.tryton.org" +license="GPL-3" +distfiles="https://downloads.tryton.org/${version%.*}/tryton-${version}.tar.gz" +checksum=07298a91dc1dee181e1e4f7f02f08336d29ae8dd006110fb05ada1b96c5c89e3 + +post_install() { + vinstall tryton.desktop 644 usr/share/applications +}