A tool to easily test pacscripts from PRs locally.
pacstall-qa -m <metalink> -n <number> -I <package>The metalink takes the following form:
provider:user/repo -n pr
For instance, let's take pacstall/pacstall-programs#4646 as an example. The provider would be github, the user and repo would be pacstall/pacstall-programs, and the pr would be 4646, so it would be: -m github:pacstall/pacstall-programs -n 4646. If metalink is not provided, it will use github:pacstall/pacstall-programs by default. number is always required.
The package is the name of whatever package in that PR you wish to test.