diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2020-04-15 22:42:26 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2020-04-15 22:42:26 +0200 |
commit | 94f8c7efa913a71a14831cd1ebd6bc47efd876e7 (patch) | |
tree | 839237a05544973d16eddf3baaac27bdbbef94dd /build.sh | |
parent | a1c979ab7c395f0b73c2658ab48c9c3e109add2a (diff) | |
download | r7r-atom-feed-94f8c7efa913a71a14831cd1ebd6bc47efd876e7.tar.gz r7r-atom-feed-94f8c7efa913a71a14831cd1ebd6bc47efd876e7.tar.bz2 r7r-atom-feed-94f8c7efa913a71a14831cd1ebd6bc47efd876e7.zip |
Rename repository
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -2,4 +2,16 @@ rm -f tpls/*~ -r7r-plugin-packer --output=atom_feed.rpk --codefile=plugin.php --classname=atom_feed --pluginname=atom_feed --author='The Ratatöskr Team' --versiontext="0.5" --versioncount=3 --api=5 --shortdesc="Power up your website with some Atom Feeds!" --helpfile=help.html --licensefile=COPYING --tpldir=tpls +r7r-plugin-packer \ + --output=atom_feed.rpk \ + --codefile=plugin.php \ + --classname=atom_feed \ + --pluginname=atom_feed \ + --author='Laria Carolin Chabowski <laria@laria.me>' \ + --versiontext="0.5.1" \ + --versioncount=4 \ + --api=5 \ + --shortdesc="Power up your website with some Atom Feeds!" \ + --helpfile=help.html \ + --licensefile=COPYING \ + --tpldir=tpls |