20 lines
598 B
Bash
20 lines
598 B
Bash
# Template file for 'tryton'
|
|
pkgname=tryton
|
|
version=4.8.5
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python2-module
|
|
pycompile_module="tryton"
|
|
hostmakedepends="python-setuptools"
|
|
depends="gtk+3 python-dateutil python-gobject"
|
|
short_desc="Three-tier high-level general purpose application platform"
|
|
maintainer="cr6git <quark6@protonmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://www.tryton.org"
|
|
distfiles="${PYPI_SITE}/t/tryton/tryton-${version}.tar.gz"
|
|
checksum=43759d22b061a7a392a534d19a045fafd442ce98a0e390ee830127367dcaf4b4
|
|
|
|
post_install() {
|
|
vinstall tryton.desktop 644 usr/share/applications
|
|
}
|