mfm/shard.yml

35 lines
645 B
YAML
Raw Normal View History

2023-10-24 10:50:01 +00:00
---
2023-10-25 12:01:46 +00:00
# SPDX-License-Identifier: GPL-3.0-or-later
#
# SPDX-FileCopyrightText: 2023 Glenn Y. Rolland <glenux@glenux.net>
# Copyright © 2023 Glenn Y. Rolland <glenux@glenux.net>
2023-10-24 10:50:01 +00:00
name: Minimalist FUSE Manager
2024-01-15 01:05:30 +00:00
version: 0.2.0
2023-10-20 09:29:54 +00:00
targets:
2023-10-24 10:50:01 +00:00
mfm:
2023-10-20 09:29:54 +00:00
main: src/main.cr
2024-01-15 01:05:30 +00:00
authors:
- Glenn Y. Rolland <glenux@glenux.net>
2023-10-20 09:29:54 +00:00
2024-01-15 01:05:30 +00:00
description: |
FIXME. write description
2023-10-20 09:29:54 +00:00
2023-10-24 10:50:01 +00:00
dependencies:
crinja:
github: straight-shoota/crinja
2023-10-24 10:50:01 +00:00
shellwords:
github: szTheory/shellwords-crystal
version_from_shard:
github: hugopl/version_from_shard
2024-01-15 01:05:30 +00:00
tablo:
github: hutou/tablo
2023-10-24 10:50:01 +00:00
2024-01-15 01:05:30 +00:00
development_dependencies:
ameba:
github: crystal-ameba/ameba
2023-10-20 09:29:54 +00:00
2023-10-25 12:01:46 +00:00
license: GPL-3