19 lines
593 B
Bash
19 lines
593 B
Bash
# Template file for 'tryton'
|
|
pkgname=tryton
|
|
version=4.6.1
|
|
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"
|
|
checksum=48ae5a9ffc1653e53949a212f77f09317d0684a767f5af39a7297faf02147c5b
|
|
|
|
post_install() {
|
|
vinstall tryton.desktop 644 usr/share/applications
|
|
}
|