mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
parent
f4b99c76bf
commit
ef79833bd8
1 changed files with 20 additions and 0 deletions
20
srcpkgs/treeline/template
Normal file
20
srcpkgs/treeline/template
Normal 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}"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue