feat: add Qubes Builder configuration

For: https://github.com/ben-grande/qusal/issues/59
This commit is contained in:
Ben Grande 2024-06-20 17:54:40 +02:00
parent ab56b5f3c8
commit 8640b6d11b
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
4 changed files with 80 additions and 1 deletions

View file

@ -60,7 +60,8 @@ vendor="${QUSAL_VENDOR:-"Benjamin Grande"}"
packager="${QUSAL_PACKAGER:-"Benjamin Grande"}"
url="${QUSAL_URL:-"https://github.com/ben-grande/qusal"}"
bug_url="${QUSAL_BUGURL:-"https://github.com/ben-grande/qusal/issues"}"
version="1.0"
# shellcheck disable=SC2094
read -r version <version
project="${group}-${name}"
project_dir="salt/${name}"