Add chat/bitlbee-mastodon.
The Mastodon protocol plugin for bitlbee.
This commit is contained in:
parent
257eb94e10
commit
bb287988c6
5 changed files with 34 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.224 2019/07/28 15:19:08 nia Exp $
|
||||
# $NetBSD: Makefile,v 1.225 2019/07/28 15:21:08 nia Exp $
|
||||
#
|
||||
|
||||
COMMENT= Communication programs
|
||||
|
@ -10,6 +10,7 @@ SUBDIR+= bitchx
|
|||
SUBDIR+= bitlbee
|
||||
SUBDIR+= bitlbee-discord
|
||||
SUBDIR+= bitlbee-facebook
|
||||
SUBDIR+= bitlbee-mastodon
|
||||
SUBDIR+= bnc
|
||||
SUBDIR+= carbons-purple
|
||||
SUBDIR+= centerim
|
||||
|
|
1
chat/bitlbee-mastodon/DESCR
Normal file
1
chat/bitlbee-mastodon/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
The Mastodon protocol plugin for bitlbee.
|
22
chat/bitlbee-mastodon/Makefile
Normal file
22
chat/bitlbee-mastodon/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.1 2019/07/28 15:21:08 nia Exp $
|
||||
|
||||
DISTNAME= bitlbee-mastodon-1.4.2
|
||||
CATEGORIES= chat
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=kensanata/}
|
||||
GITHUB_TAG= v${PKGVERSION_NOREV}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://wiki.bitlbee.org/HowtoMastodon
|
||||
COMMENT= Mastodon protocol plugin for BitlBee
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
USE_TOOLS+= autoreconf autoconf automake
|
||||
USE_TOOLS+= pkg-config
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ./autogen.sh
|
||||
|
||||
.include "../../chat/bitlbee/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
chat/bitlbee-mastodon/PLIST
Normal file
3
chat/bitlbee-mastodon/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2019/07/28 15:21:08 nia Exp $
|
||||
lib/bitlbee/mastodon.la
|
||||
share/bitlbee/mastodon-help.txt
|
6
chat/bitlbee-mastodon/distinfo
Normal file
6
chat/bitlbee-mastodon/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2019/07/28 15:21:08 nia Exp $
|
||||
|
||||
SHA1 (bitlbee-mastodon-1.4.2.tar.gz) = fcf4921dabe91a724a22ee2213130a477239d3ee
|
||||
RMD160 (bitlbee-mastodon-1.4.2.tar.gz) = 4d97e11b699765d70acd37f5c885e6f08f733a08
|
||||
SHA512 (bitlbee-mastodon-1.4.2.tar.gz) = 0581f9e106ce9e939474348a8dd493ee609b7905a310fd27d62316c159b36117584a5aee02b843bded8c2710d3af602f8c67423b646d19c569089235b747ab6f
|
||||
Size (bitlbee-mastodon-1.4.2.tar.gz) = 65712 bytes
|
Loading…
Reference in a new issue