mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
net-im/debugtox: New port: Very simple Tox client to help debug and play with the API
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
SUBDIR += convey
|
||||
SUBDIR += coyim
|
||||
SUBDIR += cutegram
|
||||
SUBDIR += debugtox
|
||||
SUBDIR += dendrite
|
||||
SUBDIR += dino
|
||||
SUBDIR += discordo
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
PORTNAME= debugtox
|
||||
DISTVERSION= g20250207
|
||||
CATEGORIES= net-im net-p2p
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Very simple Tox client to help debug and play with the API
|
||||
WWW= https://tox.chat \
|
||||
https://github.com/TokTok/debugtox
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libsodium.so:security/libsodium \
|
||||
libtoxcore.so:net-im/tox
|
||||
|
||||
USES= cmake compiler:c++17-lang gl pkgconfig qt:6
|
||||
USE_QT= base
|
||||
USE_GL= opengl
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= TokTok
|
||||
GH_TAGNAME= 725f7b9
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1738979091
|
||||
SHA256 (TokTok-debugtox-g20250207-725f7b9_GH0.tar.gz) = b57d577d21f093841622e13503e1ca758cfd764f1a307576aa86b45cd01e3a80
|
||||
SIZE (TokTok-debugtox-g20250207-725f7b9_GH0.tar.gz) = 39844
|
||||
@@ -0,0 +1 @@
|
||||
DebugToxis a very simple UI for playing with the Tox API.
|
||||
Reference in New Issue
Block a user