void-packages/srcpkgs/treeline/template
2020-08-18 17:09:03 +02:00

21 lines
588 B
Bash

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