void-packages/srcpkgs/treeline/template
2021-10-09 08:01:14 -04:00

20 lines
575 B
Bash

# Template file for 'treeline'
pkgname=treeline
version=3.1.4
revision=2
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=bc6918f7bc892ab00cfc9293236c2d03021d64a5b6190594501048f2590572ab
python_version=3
do_install() {
python3 install.py -x -p /usr -b "${DESTDIR}"
}