An open API service indexing awesome lists of open source software.

https://github.com/astehlik/aur-openconnect-git

openconnect-git AUR package
https://github.com/astehlik/aur-openconnect-git

archlinux aur-packages

Last synced: 5 months ago
JSON representation

openconnect-git AUR package

Awesome Lists containing this project

README

          

# OpenConnect Git AUR Package

This repository contains the PKGBUILD and related files for the
[`openconnect-git` AUR Package](https://aur.archlinux.org/packages/openconnect-git).

It is based on the [Official Arch Package](https://gitlab.archlinux.org/archlinux/packaging/packages/openconnect/).

## Automated Updates

[![Update OpenConnect Package](https://github.com/astehlik/aur-openconnect-git/actions/workflows/update-package.yml/badge.svg)](https://github.com/astehlik/aur-openconnect-git/actions/workflows/update-package.yml)

This repository includes a GitHub Actions workflow that automatically checks for updates from
the upstream OpenConnect repository and rebuilds the package when new commits are available.

## Installation

### Using AUR Helper

```
yay -S openconnect-git
```

### Building Locally

```bash
# Clone this repository
git clone https://github.com/astehlik/aur-openconnect-git.git
cd aur-openconnect-git

# Build the package
makepkg -si

# Update .SRCINFO (if you made changes to PKGBUILD)
makepkg --printsrcinfo > .SRCINFO
```

## Contributing

This package is automatically maintained, but contributions are welcome:

### Testing Changes

```bash
# Test with dependency installation
makepkg -sf

# Validate PKGBUILD
namcap PKGBUILD

# Check built package
namcap *.pkg.tar.zst
```