Permalink
| @@ -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} | ||
| } |