d5c3bb0e0c
switch to Python3.
19 lines
601 B
Bash
19 lines
601 B
Bash
# Template file for 'tryton'
|
|
pkgname=tryton
|
|
version=5.0.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python3-module
|
|
pycompile_module="tryton"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="gtk+3 python3-dateutil python3-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=7a1da2f5c54cdb611155493b2c9be01ea623dbe91954105ed9cfbff3d7b3d84a
|
|
|
|
post_install() {
|
|
vinstall tryton.desktop 644 usr/share/applications
|
|
}
|