. "$GRIMOIRE"/GO_FUNCTIONS
           SPELL=micro
         VERSION=2.0.15
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/zyedidia/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz
     SOURCE_HASH=sha512:7d9c022c492c1ade6ebd9f364b29c083e8803148d09843158ab8e7662db0daeaf6a5cf1dafde9d01cfde059450206be0105fdd31d08b9d96451068ee3d2d051f
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://micro-editor.github.io/"
      LICENSE[0]="MIT"
         ENTERED=20250710
        KEYWORDS=""
           SHORT="A modern and intuitive terminal-based text editor"
cat << EOF
micro is a terminal-based text editor that aims to be easy to use and
intuitive, while also taking advantage of the capabilities of modern
terminals. It comes as a single, batteries-included, static binary with no
dependencies; you can download and use it right now!

As its name indicates, micro aims to be somewhat of a successor to the nano
editor by being easy to install and use. It strives to be enjoyable as a
full-time editor for people who prefer to work in a terminal, or those who
regularly edit files over SSH.
EOF
