1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/shells/antibody/Makefile
2020-04-03 18:16:36 +00:00

34 lines
941 B
Makefile

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= antibody
PORTVERSION= 6.0.0
DISTVERSIONPREFIX= v
CATEGORIES= shells
MAINTAINER= adamw@FreeBSD.org
COMMENT= High-performance zsh plugin manager
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= git:devel/git \
zsh:shells/zsh
USES= go:modules
PLIST_FILES= bin/antibody
USE_GITHUB= yes
GH_ACCOUNT= getantibody
GH_TUPLE= alecthomas:kingpin:v2.2.6:kingpin/vendor/gopkg.in/alecthomas/kingpin.v2 \
alecthomas:template:fb15b89:tempalte/vendor/github.com/alecthomas/template \
alecthomas:units:f65c72e:units/vendor/github.com/alecthomas/units \
getantibody:folder:v1.0.0:folder/vendor/github.com/getantibody/folder \
golang:crypto:891825:crypto/vendor/golang.org/x/crypto \
golang:net:eb5bcb:net/vendor/golang.org/x/net \
golang:sync:43a540:sync/vendor/golang.org/x/sync \
golang:sys:12a6c2:sys/vendor/golang.org/x/sys
.include <bsd.port.mk>