blob: 43b4785a6cbffe7becbed6f11b45d880b38a2967 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
pkgbase = sysforge
pkgdesc = All-in-one Arch Linux helper for system setup and package management with compiler-optimized builds
pkgver = 1.1.0
pkgrel = 1
url = https://github.com/KeithRaghubar/sysforge
arch = any
license = MIT
makedepends = uv
makedepends = python-installer
makedepends = python-argparse-manpage
depends = python>=3.11
depends = git
depends = sudo
depends = gnupg
optdepends = bash-completion: bash tab completions
optdepends = ccache: compiler cache support
optdepends = sccache: Rust compiler cache support
optdepends = uv: required for bootstrap pipeline (configure stage)
optdepends = zsh: zsh shell support
optdepends = glow: in-shell markdown rendering for docs
optdepends = zsh-completions: additional zsh completions
provides = sysforge
conflicts = sysforge-git
backup = etc/sysforge/sysforge.toml
backup = etc/sysforge/profiles.toml
backup = etc/sysforge/packages.toml
backup = etc/sysforge/kernel.toml
backup = etc/sysforge/toolchain.toml
source = sysforge-1.1.0.tar.gz::https://github.com/KeithRaghubar/sysforge/archive/v1.1.0.tar.gz
sha256sums = 4d7ffc98cba7f5f28781724b4afe7ce239368813577b885514bb116451aff216
pkgname = sysforge
|