2018-08-09 02:18:00 +00:00
|
|
|
PORTNAME= fiche
|
|
|
|
PORTVERSION= 0.9.1
|
2020-05-18 07:23:42 +00:00
|
|
|
PORTREVISION= 3
|
2018-08-09 02:18:00 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
|
|
|
|
MAINTAINER= zi@FreeBSD.org
|
|
|
|
COMMENT= Command line pastebin for sharing terminal output
|
2022-09-07 21:06:12 +00:00
|
|
|
WWW= https://github.com/solusipse/fiche
|
2018-08-09 02:18:00 +00:00
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
|
|
|
USERS= ${PORTNAME}
|
|
|
|
GROUPS= ${PORTNAME}
|
|
|
|
|
2018-10-06 19:51:28 +00:00
|
|
|
USES= compiler:c++11-lang
|
2018-08-09 02:18:00 +00:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= solusipse
|
|
|
|
|
|
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/sbin ${STAGEDIR}${WWWDIR}
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|