2017-11-06 04:32:24 +01:00
|
|
|
# Template file for 'tryton'
|
|
|
|
pkgname=tryton
|
2018-01-05 07:19:00 +01:00
|
|
|
version=4.6.2
|
2017-11-06 04:32:24 +01:00
|
|
|
revision=1
|
|
|
|
noarch=yes
|
|
|
|
build_style=python2-module
|
|
|
|
pycompile_module="tryton"
|
|
|
|
hostmakedepends="python-setuptools"
|
|
|
|
depends="pygtk python-dateutil"
|
|
|
|
maintainer="cr6git <quark6@protonmail.com>"
|
|
|
|
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"
|
2018-01-05 07:19:00 +01:00
|
|
|
checksum=c9e919b8ff6dbe6b0565ed3e976339efad3a7826e33034a57b025c0b08c8552d
|
2017-11-06 04:32:24 +01:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vinstall tryton.desktop 644 usr/share/applications
|
|
|
|
}
|