blob: a92acbedafd58ab393d576d32eadc2fe21b3d0cc (
plain) (
tree)
|
|
PORTNAME= cpeditor
DISTVERSION= 6.10.1
CATEGORIES= editors devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Lightweight and cross-platform code editor for competitive programming
WWW= https://github.com/cpeditor/cpeditor
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:noninja compiler:c++14-lang desktop-file-utils qt:5
USE_QT= core gui network widgets \
buildtools:build linguisttools:build qmake:build
USE_GITHUB= yes
GH_TUPLE= \
cpeditor:QCodeEditor:dbf8b26:cpeditor_QCodeEditor/third_party/QCodeEditor \
itay-grudev:SingleApplication:d0c43a5:itay_grudev_SingleApplication/third_party/singleapplication \
cpeditor:QtFindReplaceDialog:8528b6e:cpeditor_QtFindReplaceDialog/third_party/QtFindReplaceDialog \
cpeditor:lsp-cpp:1825fd7:cpeditor_lsp_cpp/third_party/lsp-cpp \
cpeditor:qhttp:fd780d2a0bee1246f2ab0a17f6eebab6403fce64:cpeditor_qhttp/third_party/qhttp \
MikeMirzayanov:testlib:f28d528:MikeMirzayanov_testlib/third_party/testlib
PLIST_FILES= bin/cpeditor \
share/applications/cpeditor.desktop \
share/icons/hicolor/512x512/apps/cpeditor.png \
share/metainfo/cpeditor.appdata.xml
.include <bsd.port.mk>
|