Go to file
Markus Pesch fc74605d09
continuous-integration/drone/push Build is passing Details
fix: arm64
2023-04-13 21:36:46 +02:00
.drone.yml fix(ci): init 2023-04-12 22:49:30 +02:00
.editorconfig fix(ci): init 2023-04-12 22:49:30 +02:00
.gitignore fix(ci): init 2023-04-12 22:49:30 +02:00
LICENSE fix(ci): init 2023-04-12 22:49:30 +02:00
PKGBUILD fix: arm64 2023-04-13 21:36:46 +02:00
README.md fix(ci): init 2023-04-12 22:49:30 +02:00
gitea-runner.service fix: set WorkingDirectory 2023-04-12 22:06:11 +02:00

README.md

gitea-runner

https://img.shields.io/aur/version/gitea-runner https://img.shields.io/aur/license/gitea-runner https://img.shields.io/aur/maintainer/gitea-runner https://img.shields.io/aur/last-modified/gitea-runner Build Status

This repository contains the source code to build the Arch Linux package gitea-runner.

The package can be created and installed locally via makepkg. Alternatively, it can be installed from the AUR using an AUR helper such as yay.

makepkg

Clone the repository from one of the mirrors and move into the cloned git repository. Execute makepkg --install to build the and install the package.

git clone <URL>
cd gitea-runner
makepkg --install

yay

Make sure that yay is installed. Run yay to build and install the gitea-runner package.

yay --sync --aur gitea-runner