Drop pacman packaging, bakery-only distribution
bakery already fully covers what the PKGBUILD provided (binary, systemd --user service where applicable, dependency declarations) except a LICENSE copy, which bakery.toml's new license_file field now closes. Removes packaging/arch/ and .forgejo/workflows/package.yml; adds the LICENSE artifact to each release/dev-release/beta-release workflow's prepare step. Not pacman-installed inside BOS today (BOS already consumes these apps exclusively via build-local.sh's skel-staging), so this only removes the option to `pacman -S` outside of BOS/bakery.
This commit is contained in:
parent
2f0f3b9194
commit
66892a49f9
6 changed files with 62 additions and 76 deletions
|
|
@ -4,6 +4,7 @@ binaries = ["breadcrumbs"]
|
|||
system_deps = ["networkmanager"]
|
||||
optional_system_deps = ["tailscale", "sudo", "xdg-utils"]
|
||||
bread_deps = []
|
||||
license_file = "LICENSE"
|
||||
|
||||
[config]
|
||||
dir = "~/.config/breadcrumbs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue