0fc1cf3b46
Closes: #12600 [via git-merge-pr]
19 lines
604 B
Bash
19 lines
604 B
Bash
# Template file for 'tryton'
|
|
pkgname=tryton
|
|
version=4.6.4
|
|
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.0-or-later"
|
|
distfiles="${PYPI_SITE}/${pkgname:0:1}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=166f293b9a10be501472c0ddbafef054137afbc0b734545ffc324756a871bca0
|
|
|
|
post_install() {
|
|
vinstall tryton.desktop 644 usr/share/applications
|
|
}
|