Skip to content

Commit

Permalink
Add a page about pacman
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jul 9, 2024
1 parent a1a571c commit a827f16
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ nav:
- docs/git.md
- docs/cpp.md
- docs/pkgconfig.md
- docs/pacman.md
- docs/windows_support.md
- docs/faq.md
- Development:
Expand Down
14 changes: 14 additions & 0 deletions web/docs/pacman.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# pacman

pacman is developed at https://gitlab.archlinux.org/pacman/pacman and we
maintain a fork at https://github.com/msys2/msys2-pacman. The main difference
is support for Windows/Cygwin specifics.

Behaviour differences compared to Arch Linux pacman:

* Due to performance reasons our makepkg does not lint PKGBUILD files by
default. This can be enabled by setting the env var `MAKEPKG_LINT_PKGBUILD=1`
* When pacman asks for confirmation to remove a package, it will always default
to "yes", instead of "no" like on Arch Linux. This allows the `--noconfirm`
option to be used to continue without user interaction, similar to `--yes`
with `apt-get` (upstream issue: https://bugs.archlinux.org/task/32886)

0 comments on commit a827f16

Please sign in to comment.