Import the Linux aurutils role as build.

This commit is contained in:
Tom Alexander
2022-10-16 01:31:15 -04:00
parent abd8ba6ce8
commit 53ad744547
8 changed files with 446 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
#
# Wrapper script to `aur sync`
set -euo pipefail
IFS=$'\n\t'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
GPGKEY=27DE40D9B8455C1B exec aur sync --makepkg-conf /etc/aurutils/makepkg.conf -c --sign "$@"