update 14/04/2025

This commit is contained in:
Thomas Legay 2025-04-14 18:51:11 +02:00
parent ffb7217f7f
commit 0026da2286
56 changed files with 135 additions and 117 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=2.1.1
VERSION=2.3.1
APP=claper
DEPOT=https://github.com/ClaperCo/Claper.git
GIT_VERSION=v${VERSION}

View file

@ -3,6 +3,6 @@ Version: %VERSION%
Section: contrib
Priority: optional
Architecture: all
Depends: inotify-tools, erlang-base, erlang-syntax-tools, erlang-xmerl, ghostscript >= 9 , libreoffice >=24
Depends: inotify-tools, erlang-base, erlang-syntax-tools, erlang-xmerl, ghostscript (>= 9) , libreoffice (>= 24)
Maintainer: Thomas Legay <thomas@lgy.fr>
Description: claper

View file

@ -1,5 +1,4 @@
#!/bin/bash
id claper &> /dev/null || useradd claper -r -s /bin/false -d /opt/claper
chown -R claper:claper /opt/claper
APPclaperumap
id $APP &> /dev/null || useradd $APP -r -s /bin/false -md /opt/$APP/
chown -R $APP:$APP /opt/$APP/