File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1+ /var/lib/soft-serve
Original file line number Diff line number Diff line change 11#! /bin/sh
22exec 2>&1
3-
4- export HOME=/var/lib/soft-serve
5- export SOFT_SERVE_DATA_PATH=" ${HOME} "
6-
7- exec chpst -u _softserve:_softserve soft serve
3+ exec chpst -e ./env -u _softserve:_softserve soft serve
Original file line number Diff line number Diff line change 11# Template file for 'soft-serve'
22pkgname=soft-serve
3- version=0.7.4
4- revision=2
3+ version=0.8.5
4+ revision=1
55build_style=go
66build_helper=qemu
77go_import_path="github.com/charmbracelet/soft-serve"
88go_ldflags="-X main.Version=${version}"
99go_package="github.com/charmbracelet/soft-serve/cmd/soft"
10- depends="git"
10+ makedepends="pkg-config gcc gcc-go git git-lfs openssh"
11+ depends="git git-lfs openssh"
12+ #checkdepends="git git-lfs openssh"
1113short_desc="Tasty, self-hostable Git server for the command line"
1214maintainer="zenobit <
[email protected] >"
1315license="MIT"
1416homepage="https://github.com/charmbracelet/soft-serve"
1517changelog="https://github.com/charmbracelet/soft-serve/releases"
1618distfiles="https://github.com/charmbracelet/soft-serve/archive/refs/tags/v${version}.tar.gz"
17- checksum=56ba8a51446afa3b53d451a86f0fdbef0a4ce90d5072a0ef9359e3150c466d50
19+ checksum=e8a432e8d1a891d7ca6f8b16fa4455db57b3484b7728fdb1ae9a77d4fa0d7045
1820
1921system_accounts="_softserve"
2022_softserve_homedir="/var/lib/soft-serve"
You can’t perform that action at this time.
0 commit comments