Replace common functionality with rust implementation

This commit is contained in:
2025-09-03 17:06:13 +02:00
parent d0d162f3e9
commit d31d39473b
38 changed files with 2871 additions and 204 deletions

View File

@@ -210,6 +210,9 @@
- set_fact:
aur_packages:
# local packages:
- name: workstation-mgr
- name: portfolio-performance-bin
preexec: |
#!/usr/bin/env bash
@@ -430,9 +433,7 @@
filename="${PKGDEST%/}/${pkgname}-${version}-${arch}${PKGEXT}"
needed_build=0
if [[ ! -e "${filename}" ]] ; then
needed_build=1
makepkg \
--clean \
--nosign || exit 1