void-packages/srcpkgs/tryton/template
Nathan Owens 69e7262005 tryton: update to 5.4.2
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-12-23 16:57:31 +01:00

19 lines
604 B
Bash

# Template file for 'tryton'
pkgname=tryton
version=5.4.2
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=186c862eb5459c9582233ee30567ae4f3180798f64ed102b6cccd79d670a8ae5
post_install() {
vinstall tryton.desktop 644 usr/share/applications
}