Skip to content

Commit

Permalink
cherrytree: new port at 0.39.3
Browse files Browse the repository at this point in the history
hierarchical note taking application
similar to Acta, if you go back that far
  • Loading branch information
kencu committed May 16, 2020
1 parent 3d7dcbb commit bab4a55
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions editors/cherrytree/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup github 1.0
PortGroup python 1.0
PortGroup app 1.0

github.setup giuspen cherrytree 0.39.3
revision 0
categories editors
license GPL-3
maintainers {kencu @kencu} openmaintainer
supported_archs noarch

description Hierarchical Note Taking
long_description A Hierarchical Note Taking Application, featuring Rich Text and Syntax Highlighting

platforms darwin

checksums rmd160 437e5d92243075c543569553dbaad72cc780dcc4 \
sha256 72325cc63f9ad075c4b18c27048b5578a4b4f8144af4f63d46bca92272e5c11d \
size 10427449

python.default_version 27
depends_lib port:py${python.version}-pygtk \
port:py${python.version}-pygtksourceview \
port:dbus-python${python.version} \
port:py${python.version}-enchant \
port:p7zip

app.executable ${python.prefix}/bin/${name}
app.icon ./future/icons/cherrytree.ico
app.use_launch_script yes

patch {
reinplace "s|/usr/bin/env python|${prefix}/bin/python2.7|" setup.py
}

1 comment on commit bab4a55

@kencu
Copy link
Contributor Author

@kencu kencu commented on bab4a55 May 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like Im missing a dep on the port that supplies update-desktop-database (at least).

Please sign in to comment.