Edit

IABSD.fr/ports/shells/elvish/Makefile

Branch :

  • Show log

    Commit

  • Author : bcallah
    Date : 2021-11-29 12:53:51
    Hash : 265271dd
    Message : Update to elvish-0.16.3 Diff from Yifei Zhan, tweaks from me -- thanks!

  • shells/elvish/Makefile
  • # $OpenBSD: Makefile,v 1.8 2021/11/29 12:53:51 bcallah Exp $
    
    ONLY_FOR_ARCHS =	${GO_ARCHS}
    
    COMMENT =	expressive programming language and versatile shell
    CATEGORIES =	shells
    
    MODGO_MODNAME =	src.elv.sh
    MODGO_VERSION =	v0.16.3
    
    GH_ACCOUNT =	elves
    GH_PROJECT =	elvish
    GH_TAGNAME =	${MODGO_VERSION}
    
    HOMEPAGE =	https://elv.sh/
    MAINTAINER =	Brian Callahan <bcallah@openbsd.org>
    
    # BSD
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += c pthread
    
    MODULES =	lang/go
    
    NO_TEST =	Yes
    
    .include "modules.inc"
    
    .include <bsd.port.mk>