46 lines
2.1 KiB
Makefile
46 lines
2.1 KiB
Makefile
PORTNAME= grizzly
|
|
DISTVERSION= g20260102
|
|
PORTREVISION= 3
|
|
CATEGORIES= misc
|
|
PKGNAMESUFFIX= -bear-notes-cli
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= CLI for interacting with Bear notes
|
|
WWW= https://github.com/tylerwince/grizzly
|
|
|
|
USES= go:1.21+,modules
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tylerwince
|
|
GH_TAGNAME= 8f863f3227f19584403d71683b074e84db4c1189
|
|
GH_TUPLE= \
|
|
fsnotify:fsnotify:v1.7.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
|
|
go-ini:ini:v1.67.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
|
|
go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \
|
|
golang:exp:921286631fa9:golang_exp/vendor/golang.org/x/exp \
|
|
golang:sys:v0.22.0:golang_sys/vendor/golang.org/x/sys \
|
|
golang:term:v0.22.0:golang_term/vendor/golang.org/x/term \
|
|
golang:text:v0.14.0:golang_text/vendor/golang.org/x/text \
|
|
hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
|
|
inconshreveable:mousetrap:v1.1.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
|
|
magiconair:properties:v1.8.7:magiconair_properties/vendor/github.com/magiconair/properties \
|
|
mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
|
|
pelletier:go-toml:v2.2.2:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \
|
|
sagikazarmark:locafero:v0.4.0:sagikazarmark_locafero/vendor/github.com/sagikazarmark/locafero \
|
|
sagikazarmark:slog-shim:v0.1.0:sagikazarmark_slog_shim/vendor/github.com/sagikazarmark/slog-shim \
|
|
sourcegraph:conc:v0.3.0:sourcegraph_conc/vendor/github.com/sourcegraph/conc \
|
|
spf13:afero:v1.11.0:spf13_afero/vendor/github.com/spf13/afero \
|
|
spf13:cast:v1.6.0:spf13_cast/vendor/github.com/spf13/cast \
|
|
spf13:cobra:v1.8.1:spf13_cobra/vendor/github.com/spf13/cobra \
|
|
spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \
|
|
spf13:viper:v1.19.0:spf13_viper/vendor/github.com/spf13/viper \
|
|
subosito:gotenv:v1.6.0:subosito_gotenv/vendor/github.com/subosito/gotenv \
|
|
uber-go:atomic:v1.9.0:uber_go_atomic/vendor/go.uber.org/atomic \
|
|
uber-go:multierr:v1.9.0:uber_go_multierr/vendor/go.uber.org/multierr
|
|
|
|
GO_TARGET= ./cmd/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|