Skip to content

Build a custom pacman repository from a collection of PKGBUILD directories

License

Notifications You must be signed in to change notification settings

pacman-repo-builder/action

Repository files navigation

GitHub Action: Pacman Repo Builder

Description

This action let you run build-pacman-repo within an Arch Linux docker container.

Usage

Inputs

command

Required.

Command to run.

Example

on:
  push:
    branch: master

jobs:
  build-pacman-repo:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: pacman-repo-builder/action@<TAG>
        with:
          command: build-pacman-repo build

Note: Replace <TAG> in the above code snippet with a tag of this repository. Note: Make sure that a manifest file exists before running build.

Issues and Pull Requests

Issues

Go to pacman-repo-builder/pacman-repo-builder.

Pull Requests

Go to pacman-repo-builder/pacman-repo-builder.

License

MIT © Hoàng Văn Khải.