18 lines
565 B
Bash
18 lines
565 B
Bash
# Template file for 'tryton'
|
|
pkgname=tryton
|
|
version=7.2.4
|
|
revision=1
|
|
build_style=python3-module
|
|
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=2d879b5e002f206de9505ec6a518de42f3fa4bcdf23e33cefe5660f6bd17f8a7
|
|
|
|
post_install() {
|
|
vinstall tryton.desktop 644 usr/share/applications
|
|
}
|