mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
9a6f744473
ok sthen@
29 lines
583 B
Makefile
29 lines
583 B
Makefile
COMMENT = simply and securely transfer files and folders
|
|
|
|
MODGO_VERSION = v10.0.13
|
|
MODGO_MODNAME = github.com/schollz/croc/v10
|
|
|
|
DISTNAME = croc-${MODGO_VERSION}
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://schollz.com/tinker/croc6/
|
|
|
|
MAINTAINER = Paco Esteban <paco@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c pthread
|
|
|
|
MODULES = lang/go
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${MODGO_WORKSPACE}/bin/* ${PREFIX}/bin/
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/croc
|
|
${INSTALL_DATA} ${WRKSRC}/README.md ${PREFIX}/share/doc/croc/
|
|
|
|
.include "modules.inc"
|
|
|
|
.include <bsd.port.mk>
|