20 lines
588 B
Bash
20 lines
588 B
Bash
# 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
|
|
python_version=3
|
|
|
|
do_install() {
|
|
python3 install.py -x -p /usr -b "${DESTDIR}"
|
|
}
|