mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
deskutils/nanonote: Add new port
Nanonote is a minimalist note taking application. PR: 273759 Approved by: zirias (mentor) Differential Revision: https://reviews.freebsd.org/D41891
This commit is contained in:
parent
a07c17d2ba
commit
82818d45a6
5 changed files with 39 additions and 0 deletions
|
@ -186,6 +186,7 @@
|
||||||
SUBDIR += moregroupware
|
SUBDIR += moregroupware
|
||||||
SUBDIR += mozo
|
SUBDIR += mozo
|
||||||
SUBDIR += mytetra
|
SUBDIR += mytetra
|
||||||
|
SUBDIR += nanonote
|
||||||
SUBDIR += nautilus-sendto
|
SUBDIR += nautilus-sendto
|
||||||
SUBDIR += nextcloudclient
|
SUBDIR += nextcloudclient
|
||||||
SUBDIR += note
|
SUBDIR += note
|
||||||
|
|
21
deskutils/nanonote/Makefile
Normal file
21
deskutils/nanonote/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
PORTNAME= nanonote
|
||||||
|
DISTVERSION= 1.4.0
|
||||||
|
CATEGORIES= deskutils
|
||||||
|
MASTER_SITES= https://github.com/agateau/${PORTNAME}/releases/download/${DISTVERSION}/
|
||||||
|
|
||||||
|
MAINTAINER= vidar@karlsen.tech
|
||||||
|
COMMENT= Minimalist note taking application
|
||||||
|
WWW= https://github.com/agateau/nanonote
|
||||||
|
|
||||||
|
LICENSE= BSD3CLAUSECLEAR
|
||||||
|
LICENSE_NAME= BSD 3-Clause Clear License
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||||
|
|
||||||
|
USES= desktop-file-utils cmake kde:5 qt:5 tar:bz2
|
||||||
|
|
||||||
|
USE_KDE= ecm:build
|
||||||
|
USE_QT= buildtools:build qmake:build \
|
||||||
|
core gui linguisttools network testlib widgets
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
deskutils/nanonote/distinfo
Normal file
3
deskutils/nanonote/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1694944234
|
||||||
|
SHA256 (nanonote-1.4.0.tar.bz2) = 0980a358b41ab4a630156e221864c38c7d429c6600252cfd8bc7de5a7606337b
|
||||||
|
SIZE (nanonote-1.4.0.tar.bz2) = 1150363
|
5
deskutils/nanonote/pkg-descr
Normal file
5
deskutils/nanonote/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
Nanonote is a minimalist note taking application.
|
||||||
|
It automatically saves anything you type. Being minimalist means it has no
|
||||||
|
synchronisation, does not support multiple documents, images or any advanced
|
||||||
|
formatting (the only formatting is highlighting URLs and Markdown-like
|
||||||
|
headings).
|
9
deskutils/nanonote/pkg-plist
Normal file
9
deskutils/nanonote/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
bin/nanonote
|
||||||
|
share/applications/com.agateau.nanonote.desktop
|
||||||
|
share/icons/hicolor/scalable/apps/nanonote.svg
|
||||||
|
share/metainfo/com.agateau.nanonote.metainfo.xml
|
||||||
|
%%DATADIR%%/translations/nanonote_cs.qm
|
||||||
|
%%DATADIR%%/translations/nanonote_de.qm
|
||||||
|
%%DATADIR%%/translations/nanonote_en.qm
|
||||||
|
%%DATADIR%%/translations/nanonote_es.qm
|
||||||
|
%%DATADIR%%/translations/nanonote_fr.qm
|
Loading…
Add table
Reference in a new issue