mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
New port: irc/bitlbee-discord
Bitlbee plugin to allow connections to the discord chat service. A more lightweight alternative to using bitlbee compiled with libpurple support. WWW: https://github.com/sm00th/bitlbee-discord PR: 234007 Submitted by: Arthur Pirika <arfy32@gmail.com> Reviewed by: koobs, ndowens@yahoo.com
This commit is contained in:
parent
6f58a710d2
commit
9828e84532
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491132
@ -8,6 +8,7 @@
|
||||
SUBDIR += bip
|
||||
SUBDIR += bitchx
|
||||
SUBDIR += bitlbee
|
||||
SUBDIR += bitlbee-discord
|
||||
SUBDIR += bitlbee-facebook
|
||||
SUBDIR += bitlbee-steam
|
||||
SUBDIR += bnc
|
||||
|
28
irc/bitlbee-discord/Makefile
Normal file
28
irc/bitlbee-discord/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bitlbee-discord
|
||||
PORTVERSION= 0.4.2
|
||||
CATEGORIES= irc
|
||||
|
||||
MAINTAINER= arfy32@gmail.com
|
||||
COMMENT= Discord plugin for bitlbee
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= bitlbee:irc/bitlbee
|
||||
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib
|
||||
|
||||
USES= autoreconf gettext-runtime gnome libtool pkgconfig
|
||||
USE_GNOME= glib20
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= sm00th
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-plugindir=${PREFIX}/lib/bitlbee
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PLIST_FILES= lib/bitlbee/discord.so \
|
||||
share/bitlbee/discord-help.txt
|
||||
|
||||
.include <bsd.port.mk>
|
3
irc/bitlbee-discord/distinfo
Normal file
3
irc/bitlbee-discord/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1544685263
|
||||
SHA256 (sm00th-bitlbee-discord-0.4.2_GH0.tar.gz) = de45b8bb05b513eb012e5a5992a87255de7cf2713bbe66d86457beb97a9b6c52
|
||||
SIZE (sm00th-bitlbee-discord-0.4.2_GH0.tar.gz) = 33704
|
5
irc/bitlbee-discord/pkg-descr
Normal file
5
irc/bitlbee-discord/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Bitlbee plugin to allow connections to the discord chat service.
|
||||
A more lightweight alternative to using bitlbee compiled with
|
||||
libpurple support.
|
||||
|
||||
WWW: https://github.com/sm00th/bitlbee-discord
|
Loading…
Reference in New Issue
Block a user