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
- Host: GitHub
- URL: https://github.com/astehlik/aur-openconnect-git
- Owner: astehlik
- Created: 2025-07-11T15:37:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-08-22T09:51:49.000Z (7 months ago)
- Last Synced: 2025-08-25T09:33:45.615Z (7 months ago)
- Topics: archlinux, aur-packages
- Language: Shell
- Homepage: https://aur.archlinux.org/packages/openconnect-git
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](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
```