-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |