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 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.11.3
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+ depends="git git-lfs openssh"
11+ checkdepends="${depends}"
1112short_desc="Tasty, self-hostable Git server for the command line"
1213maintainer="zenobit <zenobit@disroot.org>"
1314license="MIT"
1415homepage="https://github.com/charmbracelet/soft-serve"
1516changelog="https://github.com/charmbracelet/soft-serve/releases"
1617distfiles="https://github.com/charmbracelet/soft-serve/archive/refs/tags/v${version}.tar.gz"
17- checksum=56ba8a51446afa3b53d451a86f0fdbef0a4ce90d5072a0ef9359e3150c466d50
18+ checksum=d7dbb6c7409c594b79658a64c6489f497c5a5103be8be7be8a4aa1e676497ac4
19+ if [[ "$XBPS_TARGET_MACHINE" == 'i686' ]] && [[ "$XBPS_TARGET_LIBC" == "glibc" ]]; then
20+ make_check=no # Investigating...
21+ fi
1822
1923system_accounts="_softserve"
2024_softserve_homedir="/var/lib/soft-serve"
You can’t perform that action at this time.
0 commit comments