Skip to content
Permalink
Browse files

vnote: new port

  • Loading branch information
l2dy committed Apr 9, 2019
1 parent 8ee4523 commit 2a657e92506521d6910104924b9a1e68a96369d9
Showing with 28 additions and 0 deletions.
  1. +28 −0 editors/vnote/Portfile
@@ -0,0 +1,28 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup github 1.0
PortGroup qmake5 1.0

github.setup tamlok vnote 2.4 v
categories editors
platforms darwin
maintainers nomaintainer
license MIT

description A note-taking application, focusing on Markdown

long_description VNote is a Qt-based, free and open source note-taking application, focusing on Markdown.

fetch.type git

post-fetch {
system -W ${worksrcpath} "git submodule update --init"
}

qt5.depends_component \
qtsvg qtwebchannel qtwebengine

destroot {
copy ${worksrcpath}/src/VNote.app ${destroot}${applications_dir}
}

0 comments on commit 2a657e9

Please sign in to comment.
You can’t perform that action at this time.