# HG changeset patch # User Kim Alvefur # Date 1652536244 -7200 # Node ID 1a58345d91a93eb687e48eef7aafd852b7caba56 # Parent bc8832c6696be07ee466f001f0ba3750281d20ef mod_auth_dovecot: Add luarocks metadata to make automatic packaging work This subdirectory is not handled by the luarocks packaging in module browser diff -r bc8832c6696b -r 1a58345d91a9 mod_auth_dovecot/README.markdown --- a/mod_auth_dovecot/README.markdown Wed May 11 12:44:32 2022 +0200 +++ b/mod_auth_dovecot/README.markdown Sat May 14 15:50:44 2022 +0200 @@ -3,6 +3,11 @@ - 'Stage-Alpha' - 'Type-Auth' summary: Dovecot authentication module +rockspec: + build: + modules: + mod_auth_dovecot: mod_auth_dovecot/mod_auth_dovecot.lua + mod_auth_dovecot.sasl_dovecot: mod_auth_dovecot/sasl_dovecot.lib.lua ... Introduction