1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

TeamWords is unofficial cross-platform desktop client for Slack.

WWW: https://github.com/MiT-Ufa/TeamWords
This commit is contained in:
Kris Moore 2015-10-23 17:19:35 +00:00
parent a9911a9e23
commit 6f930a4ab1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400040
5 changed files with 55 additions and 0 deletions

View File

@ -156,6 +156,7 @@
SUBDIR += skype
SUBDIR += skype-devel
SUBDIR += skype4
SUBDIR += teamwords
SUBDIR += telegram
SUBDIR += telegram-purple
SUBDIR += telepathy-butterfly

38
net-im/teamwords/Makefile Normal file
View File

@ -0,0 +1,38 @@
# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$
PORTNAME= teamwords
PORTVERSION= 0.2.1
DISTVERSIONPREFIX= v
CATEGORIES= net-im
MAINTAINER= kmoore@FreeBSD.org
COMMENT= Unofficial Qt Slack client
LICENSE= LGPL3
USE_LDCONFIG= yes
USE_QT5= core gui network svg linguist \
buildtools x11extras
USES= qmake tar:xz
QMAKE_ARGS= CONFIG+="configure"
USE_GITHUB= yes
GH_ACCOUNT= MiT-Ufa
GH_PROJECT= TeamWords
PLIST_FILES= bin/teamwords \
share/applications/teamwords.desktop \
share/icons/teamwords.png
SUB_FILES= teamwords.desktop
.include <bsd.port.options.mk>
do-install:
${STRIP_CMD} ${WRKSRC}/teamwords
${INSTALL} ${WRKSRC}/teamwords ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKDIR}/${SUB_FILES} ${STAGEDIR}${PREFIX}/share/applications/
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
${INSTALL_DATA} ${WRKSRC}/images/png/Slack.png ${STAGEDIR}${PREFIX}/share/icons/teamwords.png
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (MiT-Ufa-TeamWords-v0.2.1_GH0.tar.xz) = d079cf46f254a159f2a6a7405eddfb38a0e27866285f93ff41c97662dcc193a7
SIZE (MiT-Ufa-TeamWords-v0.2.1_GH0.tar.xz) = 3349113

View File

@ -0,0 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
Name=TeamWords
GenericName=Slack Client
Comment=A simple Qt5 based Slack Client
Exec=%%PREFIX%%/bin/teamwords
Icon=%%PREFIX%%/share/icons/teamwords.png
StartupNotify=false
Terminal=false
Type=Application
Categories=Application;Network;

View File

@ -0,0 +1,3 @@
TeamWords is unofficial cross-platform desktop client for Slack.
WWW: https://github.com/MiT-Ufa/TeamWords