openbsd-ports/shells/nushell/Makefile

26 lines
424 B
Makefile

COMMENT = a new kind of shell
GH_ACCOUNT = nushell
GH_PROJECT = nushell
GH_TAGNAME = 0.70.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>