New package: tryton-4.6.0
This commit is contained in:
parent
83aa5cea0e
commit
85adcdd6c7
1 changed files with 19 additions and 0 deletions
19
srcpkgs/tryton/template
Normal file
19
srcpkgs/tryton/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'tryton'
|
||||
pkgname=tryton
|
||||
version=4.6.0
|
||||
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=07298a91dc1dee181e1e4f7f02f08336d29ae8dd006110fb05ada1b96c5c89e3
|
||||
|
||||
post_install() {
|
||||
vinstall tryton.desktop 644 usr/share/applications
|
||||
}
|
Loading…
Reference in a new issue