baz/examples/example_plugin/baz.env
Ari Archer 2cc08e9f05
6.2.0 : rewrite the loader in C89
i will keep maintaining the bash one too for people who dont want to
install a c compiler

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-02-19 15:37:59 +02:00

8 lines
240 B
Bash

export BAZP_NAME='example'
export BAZP_LICENSE='WTFPL'
export BAZP_VER=8
export BAZP_AUTHOR='Ari Archer'
export BAZP_SRC='plugin'
export BAZP_METHOD='local'
export BAZP_SOURCE='.'
export BAZP_DESCRIPTION='example baz plugin manager plugin'