void-packages/srcpkgs/tryton/template
2019-02-20 03:23:21 -03:00

20 lines
636 B
Bash

# Template file for 'tryton'
pkgname=tryton
version=5.0.6
revision=1
archs=noarch
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="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://www.tryton.org"
distfiles="${PYPI_SITE}/t/tryton/tryton-${version}.tar.gz"
checksum=9b60e5950118e634cb7779a61c0a5b167acef5db4c24f3f1a1aef962a3f7f3d1
nocross="gobject-introspection"
post_install() {
vinstall tryton.desktop 644 usr/share/applications
}