aboutsummaryrefslogtreecommitdiff
path: root/build.sh
blob: 391e06454be1c29d453c1104f34882644d182afb (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.2" \
    --versioncount=4 \
    --api=5 \
    --shortdesc="This plugin allows you to display [Gravatars](http://de.gravatar.com)" \
    --helpfile=help.html \
    --licensefile=COPYING