# Template file for 'treeline'
pkgname=treeline
version=3.2.1
revision=2
pycompile_dirs="usr/share/treeline"
hostmakedepends="python3"
depends="python3-pyqt6"
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=03340cd17991a9285a01a7502b186497e121da53bd963fec83e56abf92ef2dd6
python_version=3

do_install() {
	python3 install.py -x -p /usr -b "${DESTDIR}"
}
