hodler/shard.yml

44 lines
780 B
YAML
Raw Normal View History

2021-03-31 19:36:03 +00:00
---
name: hodler
version: 0.1.0
authors:
- Glenn Y. Rolland <glenux@glenux.net>
description: |
Crypto-currencies porfolio monitoring tool
targets:
2021-04-04 21:37:02 +00:00
hodlerctl:
main: src/hodlerctl/main.cr
hodlertui:
main: src/hodlertui/main.cr
hodlerweb:
main: src/hodlerweb/main.cr
2021-03-31 19:36:03 +00:00
dependencies:
2021-04-04 14:42:39 +00:00
# Handle XDG environment variables
2021-03-31 19:36:03 +00:00
xdg_basedir:
github: shmibs/xdg_basedir
2021-04-04 14:42:39 +00:00
# Command completion for bash
# (use pull request which fixes compatibility)
2021-03-31 19:36:03 +00:00
completion:
github: matiasgarciaisaia/completion
branch: crystal-0.18
# github: f/completion
2021-04-04 14:42:39 +00:00
# Text tables
tablo:
github: hutou/tablo
2021-03-31 19:36:03 +00:00
# pg:
# github: will/crystal-pg
# version: "~> 0.5"
# development_dependencies:
# webmock:
# github: manastech/webmock.cr
license: LGPL-3