Initial commit

This commit is contained in:
2026-04-27 00:24:14 +02:00
commit 5a87cf8995
9 changed files with 590 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# GitHub credentials
# Personal access token with 'repo' and 'write:packages' scopes
GITHUB_TOKEN=your_github_token_here
# GitHub repository in the form owner/repo
GITHUB_REPO=Brodino96/webkit2gtk-automator
# Path to the SSH private key registered on your AUR account
# The key must NOT have a passphrase (or use ssh-agent)
AUR_SSH_KEY_PATH=/run/secrets/aur_id_rsa
# Name of the AUR binary package to publish to
AUR_PACKAGE_NAME=webkit2gtk-bin
# AUR maintainer info (used in the generated PKGBUILD)
AUR_MAINTAINER_NAME=Your Name
AUR_MAINTAINER_EMAIL=your@email.com
# How often to poll the AUR for updates, in seconds (default: 3600 = 1 hour)
POLL_INTERVAL_SECONDS=3600