mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 16:05:12 +02:00
27 lines
406 B
Makefile
27 lines
406 B
Makefile
COMMENT = new way to see and navigate directory trees
|
|
|
|
GH_ACCOUNT = Canop
|
|
GH_PROJECT = broot
|
|
GH_TAGNAME = v1.57.0
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://dystroy.org/broot/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += ${MODCARGO_WANTLIB} git2 m
|
|
|
|
MODULES = devel/cargo
|
|
|
|
CONFIGURE_STYLE = cargo
|
|
|
|
LIB_DEPENDS += devel/libgit2/libgit2
|
|
|
|
SEPARATE_BUILD = Yes
|
|
|
|
.include "crates.inc"
|
|
|
|
.include <bsd.port.mk>
|