mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
67fac3df77
The current version in ports is broken/non-functional. approved by naddy@
24 lines
359 B
Makefile
24 lines
359 B
Makefile
ONLY_FOR_ARCHS = ${GO_ARCHS}
|
|
|
|
COMMENT = expressive programming language and versatile shell
|
|
CATEGORIES = shells
|
|
|
|
MODGO_MODNAME = src.elv.sh
|
|
MODGO_VERSION = v0.21.0
|
|
DISTNAME = elvish-${MODGO_VERSION}
|
|
|
|
HOMEPAGE = https://elv.sh/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c pthread
|
|
|
|
MODULES = lang/go
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include "modules.inc"
|
|
|
|
.include <bsd.port.mk>
|