New package: treeline-3.1.2

closes #21082
This commit is contained in:
newbluemoon 2020-04-18 09:06:50 +02:00 committed by Helmut Pozimski
parent f4b99c76bf
commit ef79833bd8

20
srcpkgs/treeline/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'treeline'
pkgname=treeline
version=3.1.2
revision=1
archs=noarch
wrksrc="TreeLine-${version}"
pycompile_dirs="usr/share/treeline"
hostmakedepends="python3"
depends="python3-PyQt5"
short_desc="Information storage program"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="GPL-2.0-or-later"
homepage="http://treeline.bellz.org/"
distfiles="https://github.com/doug-101/TreeLine/archive/v${version}.tar.gz"
checksum=04501aeebaa1cc9eb0805fc3b7ca8305d682bbf67dd28a51b627f064c9f88a06
pycompile_version="$py3_ver"
do_install() {
python3 install.py -x -p /usr -b "${DESTDIR}"
}