jheretic / action

Build a custom pacman repository from a collection of PKGBUILD directories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Build a custom pacman repository from a collection of PKGBUILD directories

License:MIT License


Languages

Language:Python 76.7%Language:Shell 13.4%Language:Dockerfile 9.8%