2019-03-29 19:44:11 +00:00
|
|
|
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= antibody
|
2020-04-03 18:16:36 +00:00
|
|
|
PORTVERSION= 6.0.0
|
2019-03-29 19:44:11 +00:00
|
|
|
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
|
|
|
|
|
2019-09-29 22:31:57 +00:00
|
|
|
USES= go:modules
|
2019-03-29 19:44:11 +00:00
|
|
|
|
|
|
|
PLIST_FILES= bin/antibody
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= getantibody
|
2019-10-12 16:20:14 +00:00
|
|
|
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 \
|
2019-09-29 22:31:57 +00:00
|
|
|
getantibody:folder:v1.0.0:folder/vendor/github.com/getantibody/folder \
|
2020-04-03 18:16:36 +00:00
|
|
|
golang:crypto:891825:crypto/vendor/golang.org/x/crypto \
|
2020-02-14 02:42:31 +00:00
|
|
|
golang:net:eb5bcb:net/vendor/golang.org/x/net \
|
2020-04-03 18:16:36 +00:00
|
|
|
golang:sync:43a540:sync/vendor/golang.org/x/sync \
|
2020-02-14 02:42:31 +00:00
|
|
|
golang:sys:12a6c2:sys/vendor/golang.org/x/sys
|
2019-03-29 19:44:11 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|