pacstall / pacstall-qa

A tool to easily test pacscripts from PRs locally

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pacstall-qa

A tool to easily test pacscripts from PRs locally.

Usage

pacstall-qa -m <metalink> -I <package>
metalink

The metalink takes the following form:

provider:user/repo/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, and the pr would be 4646, so it would be: github:pacstall/pacstall-programs/4646.

package

The package is the name of whatever package in that PR you wish to test.

About

A tool to easily test pacscripts from PRs locally

License:GNU General Public License v3.0


Languages

Language:Nushell 73.1%Language:Shell 16.1%Language:Makefile 10.8%