mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
32b284679a
MFH: 2024Q2
28 lines
508 B
Makefile
28 lines
508 B
Makefile
PORTNAME= go-cs
|
|
PORTVERSION= 0.9
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 20
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= akosela@andykosela.com
|
|
COMMENT= Concurrent ssh client
|
|
WWW= https://github.com/akosela/go-cs
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= akosela
|
|
|
|
CONFLICTS_INSTALL= clearsilver csound # bin/cs
|
|
|
|
PLIST_FILES= bin/cs share/man/man1/cs.1.gz
|
|
|
|
GO_TARGET= ./cs
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/cs.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
|
|
|
.include <bsd.port.mk>
|