ports/shells/nushell/Makefile

27 lines
509 B
Makefile

# nushell removed support for arm and riscv64 in 0.81.0
NOT_FOR_ARCHS = arm riscv64
COMMENT = a new type of shell
GH_ACCOUNT = nushell
GH_PROJECT = nushell
GH_TAGNAME = 0.82.0
CATEGORIES = shells
# MIT
PERMIT_PACKAGE = Yes
MODULES = devel/cargo
MODCARGO_CRATES_KEEP += libsqlite3-sys
.include "crates.inc"
CONFIGURE_STYLE = cargo
SEPARATE_BUILD = Yes
WANTLIB += c c++abi crypto m pthread ssl
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/target/release/nu ${PREFIX}/bin/
.include <bsd.port.mk>