File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
Expand file tree Collapse file tree 4 files changed +10
-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 1+
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+ checkdepends ="git git-lfs openssh "
1111short_desc="Tasty, self-hostable Git server for the command line"
1212maintainer="zenobit <
[email protected] >"
1313license="MIT"
1414homepage="https://github.com/charmbracelet/soft-serve"
1515changelog="https://github.com/charmbracelet/soft-serve/releases"
1616distfiles="https://github.com/charmbracelet/soft-serve/archive/refs/tags/v${version}.tar.gz"
17- checksum=56ba8a51446afa3b53d451a86f0fdbef0a4ce90d5072a0ef9359e3150c466d50
17+ checksum=e8a432e8d1a891d7ca6f8b16fa4455db57b3484b7728fdb1ae9a77d4fa0d7045
18+ if [[ "$XBPS_TARGET_MACHINE" == 'i686' ]] && [[ "$XBPS_TARGET_LIBC" == "glibc" ]]; then
19+ make_check=no # Investigating...
20+ fi
1821
1922system_accounts="_softserve"
2023_softserve_homedir="/var/lib/soft-serve"
You can’t perform that action at this time.
0 commit comments