0d1920a061
New packages that will be added: * antiword * beanshell * cabextract * deutex * direnv * exiv2 * git-lfs * gitea * hoedown * httrack * iverilog * links * loksh * mksh * mktorrent * pdfgrep * shellharden * swig * tidy * tweego * wordgrinder
4 lines
130 B
Bash
Executable File
4 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
export GITEA_WORK_DIR=@TERMUX_PREFIX@/var/gitea
|
|
exec @TERMUX_PREFIX@/bin/gitea web -c @TERMUX_PREFIX@/etc/gitea/app.ini
|