Skip to content

Commit

Permalink
datovka: new port (#87)
Browse files Browse the repository at this point in the history
* datovka: new port
  • Loading branch information
Martinfx committed Oct 28, 2022
1 parent cd4f736 commit a784245
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
18 changes: 18 additions & 0 deletions datovka/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
PORTNAME= datovka
DISTVERSION= 4.21.0
CATEGORIES= devel
MASTER_SITES= https://secure.nic.cz/files/datove_schranky/${DISTVERSION}/

MAINTAINER= freebsd@sysctl.cz
COMMENT= Qt re-implementation of Datovka.
WWW= https://gitlab.nic.cz/datovka/

LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING

USES= qmake qt:5 tar:xz
QT+= printsupport svg widgets gui websockets network sql core

LIB_DEPENDS+= libdatovka.so:devel/libdatovka

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions datovka/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1666798131
SHA256 (datovka-4.21.0.tar.xz) = 2ce364735147a2f20bb385e657d631a93c4f7dcd293198cb00fd73f22fe3b277
SIZE (datovka-4.21.0.tar.xz) = 3119488
3 changes: 3 additions & 0 deletions datovka/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[description of the port]

WWW: http://example.com
14 changes: 14 additions & 0 deletions datovka/pkg-plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
bin/datovka
share/applications/datovka.desktop
%%DATADIR%%/localisations/datovka_cs.qm
%%DATADIR%%/localisations/datovka_en.qm
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
share/icons/hicolor/128x128/apps/datovka.png
share/icons/hicolor/16x16/apps/datovka.png
share/icons/hicolor/24x24/apps/datovka.png
share/icons/hicolor/256x256/apps/datovka.png
share/icons/hicolor/32x32/apps/datovka.png
share/icons/hicolor/48x48/apps/datovka.png
share/icons/hicolor/64x64/apps/datovka.png
share/metainfo/datovka.metainfo.xml

0 comments on commit a784245

Please sign in to comment.