aboutsummaryrefslogtreecommitdiff
path: root/build.sh
blob: f5f2e7ff8edb72decd87baa6c618dc14b611b249 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash

r7r-plugin-packer \
    --output=gravatar.rpk \
    --codefile=plugin.php \
    --classname=gravatar \
    --pluginname=gravatar \
    --author='Laria Carolin Chabowski <laria@laria.me>' \
    --versiontext="0.6.1" \
    --versioncount=3 \
    --api=5 \
    --shortdesc="This plugin allows you to display [Gravatars](http://de.gravatar.com)" \
    --helpfile=help.html \
    --licensefile=COPYING