blob: 996e972d5ecd7b051dafed9d49231ca2835a0564 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/usr/bin/env bash
r7r-plugin-packer \
--output=new_comment_notifier.rpk \
--codefile=plugin.php \
--classname=new_comment_notifier \
--pluginname=new_comment_notifier \
--author='Laria Carolin Chabowski <laria@laria.me>' \
--versiontext="0.2.1" \
--versioncount=4 \
--api=5 \
--shortdesc="new_comment_notifier sends you a mail, if someone has written a comment." \
--licensefile=COPYING \
--tpldir=tpls
|