Watch
1
1
Fork
You've already forked foopkgs-repo
0
mirror of https://github.com/shkouyo/foopkgs-repo.git synced 2026-09-16 11:10:51 +00:00
Arch Linux packages for foopkgs
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
ShinKouyo 1c2b8cbcb7
ci: drop the package polling workflow
Remove the scheduled package checks and keep only the
nvchecker-based update automation, which the contributing guide
now describes.

Co-Authored-By: Pi <https://pi.dev/>
2026-08-14 20:17:07 +08:00
.github ci: drop the package polling workflow 2026-08-14 20:17:07 +08:00
CONTRIBUTING.md ci: drop the package polling workflow 2026-08-14 20:17:07 +08:00
CONTRIBUTORS.svg chore: update CONTRIBUTORS.svg [skip ci] 2026-08-13 15:50:24 +00:00
COPYING.0BSD docs: add license texts 2026-08-13 19:26:15 +08:00
COPYING.Apache-2.0 docs: add license texts 2026-08-13 19:26:15 +08:00
README.md docs: point the issue link at the new package form 2026-08-14 00:38:31 +08:00

foopkgs

foopkgs is a third-party software repository for Arch Linux on x86_64.

Setup

First, fetch and locally sign the repository's signing key. It is published under the name foopkgs <i+foopkgs@0x0f.dev> with the fingerprint E3EC87D0E940E9670EB0F1B3D3217A21C16802E8:

sudo pacman-key --recv-key D3217A21C16802E8 --keyserver keys.openpgp.org
sudo pacman-key --lsign-key D3217A21C16802E8

Then add the repository to /etc/pacman.conf:

[foopkgs]
SigLevel = Required
Server = https://repo.ilovecandy.top/$arch
Server = https://dl.ilovecandy.top/$arch

Finally, refresh your package databases and update your system:

sudo pacman -Syu

Building

The repository is built and published automatically by Varve. Build progress can be followed live on the build status page, while the package index lists every available package.

Contributing

foopkgs was created by ShinKouyo and is maintained by:

We are grateful to all contributors. If you would like to contribute, please read the guidelines in CONTRIBUTING.md.

You can request a new package by opening an Issue, or feel free to submit a Pull request. The software you submit should be free (as in freedom) software, or at least open source software.

Contributors of foopkgs

License

Copyright (C) foopkgs contributors

Files in the main branch that are not marked with an SPDX-License-Identifier header or any other explicit notice are licensed under the Apache License 2.0, whose full text is available in COPYING.Apache-2.0.

Files in the package branches that carry neither an SPDX-License-Identifier header nor a REUSE.toml annotation are likewise licensed under the BSD Zero Clause License, whose full text is to be added in COPYING.0BSD.

All files are provided WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.