aboutsummaryrefslogblamecommitdiff
path: root/net-im/matterircd/Makefile
blob: e75c5f30ec099c4db904a7443191a1a4cd771223 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                          
                         
                      







                                                   
                                              
 
                          

                     
                          



                          
             



                                                               
PORTNAME=	matterircd
DISTVERSIONPREFIX=	v
DISTVERSION=	0.24.0
CATEGORIES=	net-im irc

MAINTAINER=	norrland@nullbyte.se
COMMENT=	IRC bridge for Mattermost and Slack

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386

USES=		go:modules
USE_GITHUB=	yes
GH_ACCOUNT=	42wim
USE_RC_SUBR=	matterircd

USERS=		matterircd
GROUPS=		matterircd

post-install:
	${INSTALL_DATA} ${WRKSRC}/matterircd.toml.example \
		${STAGEDIR}${PREFIX}/etc/matterircd.toml.sample

.include <bsd.port.mk>