changeset 4940:1a58345d91a9

mod_auth_dovecot: Add luarocks metadata to make automatic packaging work This subdirectory is not handled by the luarocks packaging in module browser
author Kim Alvefur <zash@zash.se>
date Sat, 14 May 2022 15:50:44 +0200
parents bc8832c6696b
children 7406039021d8
files mod_auth_dovecot/README.markdown
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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