deskutils/kanbanapp: new port had been added (+)
Simple offline Kanban-like program written in Qt. WWW: https://github.com/noedigcode/Kanbanapp
This commit is contained in:
parent
491ff5dada
commit
baaba3cc35
@ -133,6 +133,7 @@
|
||||
SUBDIR += just
|
||||
SUBDIR += kaddressbook
|
||||
SUBDIR += kalarm
|
||||
SUBDIR += kanbanapp
|
||||
SUBDIR += kcharselect
|
||||
SUBDIR += kchmviewer
|
||||
SUBDIR += kdeconnect-kde
|
||||
|
||||
30
deskutils/kanbanapp/Makefile
Normal file
30
deskutils/kanbanapp/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
PORTNAME= kanbanapp
|
||||
PORTVERSION= 1.1.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
COMMENT= Simple offline Kanban-like program written with Qt
|
||||
WWW= https://github.com/noedigcode/Kanbanapp
|
||||
|
||||
#LICENSE= https://github.com/noedigcode/Kanbanapp/issues/2
|
||||
|
||||
USES= gmake qmake qt:5
|
||||
USE_QT= buildtools:build core gui widgets
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= noedigcode
|
||||
GH_PROJECT= Kanbanapp
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
PORTDOCS= changelog.txt readme.md
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
deskutils/kanbanapp/distinfo
Normal file
3
deskutils/kanbanapp/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1721672276
|
||||
SHA256 (noedigcode-Kanbanapp-v1.1.0_GH0.tar.gz) = bd4bdea6e1926268164f1d8b4f0db48117c31e194e6545810b38eef83e25ad7a
|
||||
SIZE (noedigcode-Kanbanapp-v1.1.0_GH0.tar.gz) = 149469
|
||||
5
deskutils/kanbanapp/pkg-descr
Normal file
5
deskutils/kanbanapp/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Kanbanapp is a simple desktop program written with Qt that allows one to
|
||||
organize notes (cards) in lists, similar to a Kanban board.
|
||||
|
||||
It is an offline system as it saves files on the computer in JSON format
|
||||
which integrates nicely with version control systems.
|
||||
Loading…
x
Reference in New Issue
Block a user