8000 GitHub - myci-actions/add-pacman-repo: Add pacman repo to pacman.conf
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

myci-actions/add-pacman-repo

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

add-pacman-repo

Add pacman repo to /etc/pacman.conf.

Step syntax:

- name: <name>
  uses: myci-actions/add-pacman-repo@<version>
  with:
    url: <repo-url>
    name: <repo-name>
    shell: <shell>
    keys: <keys>
    key-server: <key-server>
    install: <packages-to-install>

Arguments:

  • <name> - Action step name.

  • <version> - Action version.

  • <repo-url> - URL of the repository.

  • <repo-name> - Name of the repository.

  • <shell> - Shell to use. Optional. Default value is bash.

  • <keys> - Repository keys to import. Optional. Empty by default.

  • <key-server> - Key server to import keys from. Optional. Empty by default. If keys parameter is not specified, then key-server represents direct URL to the key.

  • <packages-to-install> - space separated list of packages to install after adding the repo. Optional. Empty by default.

Step example:

- name: add custom pacman repository
  uses: myci-actions/add-pacman-repo@7
  with:
    url: https://dl.bintray.com/igagis/msys2/mingw64
    name: igagis_mingw64

About

Add pacman repo to pacman.conf

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0