34 lines
645 B
YAML
34 lines
645 B
YAML
---
|
|
# 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>
|
|
|
|
name: Minimalist FUSE Manager
|
|
version: 0.2.0
|
|
|
|
targets:
|
|
mfm:
|
|
main: src/main.cr
|
|
|
|
authors:
|
|
- Glenn Y. Rolland <glenux@glenux.net>
|
|
|
|
description: |
|
|
FIXME. write description
|
|
|
|
dependencies:
|
|
crinja:
|
|
github: straight-shoota/crinja
|
|
shellwords:
|
|
github: szTheory/shellwords-crystal
|
|
version_from_shard:
|
|
github: hugopl/version_from_shard
|
|
tablo:
|
|
github: hutou/tablo
|
|
|
|
development_dependencies:
|
|
ameba:
|
|
github: crystal-ameba/ameba
|
|
|
|
license: GPL-3
|