1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/security/kpmenu/Makefile
2021-04-13 16:26:10 +02:00

44 lines
1.8 KiB
Makefile

PORTNAME= kpmenu
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.0
CATEGORIES= security
MAINTAINER= bapt@FreeBSD.org
COMMENT= Dmenu/rofi interface for KeePass
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= dmenu:x11/dmenu \
xsel:x11/xsel-conrad
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= AlessioDP
GH_TUPLE= \
aead:argon2:a87724528b07:aead_argon2/vendor/github.com/aead/argon2 \
aead:chacha20:8b13a72661da:aead_chacha20/vendor/github.com/aead/chacha20 \
fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
go-yaml:yaml:v2.2.4:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
golang:crypto:4b2356b1ed79:golang_crypto/vendor/golang.org/x/crypto \
golang:sys:bc7a7d42d5c3:golang_sys/vendor/golang.org/x/sys \
golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \
google:shlex:e7afc7fbc510:google_shlex/vendor/github.com/google/shlex \
hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \
mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \
spf13:afero:v1.1.2:spf13_afero/vendor/github.com/spf13/afero \
spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \
spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \
spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \
spf13:viper:v1.7.1:spf13_viper/vendor/github.com/spf13/viper \
subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \
tobischo:gokeepasslib:v3.0.3:tobischo_gokeepasslib_v3/vendor/github.com/tobischo/gokeepasslib/v3
PLIST_FILES= bin/kpmenu
.include <bsd.port.mk>