Update to version 0.6.1

This commit is contained in:
GitHub Actions 2025-12-21 21:06:43 +00:00
parent 9ef2f5cdf6
commit 319e8e07f1
2 changed files with 6 additions and 2 deletions

View file

@ -22,7 +22,7 @@ pkgbase = crossmacro
options = !strip
source = crossmacro-0.6.1.tar.gz::https://github.com/alper-han/CrossMacro/archive/v0.6.1.tar.gz
source = crossmacro.sysusers
sha256sums = e2aa3a16d27185275855fc9a8ebbf18e6a6987fcebb2fbbf97e75d9e18d4f528
sha256sums = 491c2b4d62b68e68314882abc383771aff6175e928351181a832782978097269
sha256sums = SKIP
pkgname = crossmacro

View file

@ -11,7 +11,7 @@ makedepends=('dotnet-sdk>=10.0' 'git' 'clang' 'zlib')
options=('!strip')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alper-han/CrossMacro/archive/v${pkgver}.tar.gz"
"crossmacro.sysusers")
sha256sums=('e2aa3a16d27185275855fc9a8ebbf18e6a6987fcebb2fbbf97e75d9e18d4f528'
sha256sums=('491c2b4d62b68e68314882abc383771aff6175e928351181a832782978097269'
'SKIP') # sysusers file checksum (local file)
install=crossmacro.install
@ -52,6 +52,10 @@ package() {
install -dm755 "$pkgdir/usr/lib/$pkgname/daemon"
cp -r publish-daemon/* "$pkgdir/usr/lib/$pkgname/daemon/"
# Ensure binaries have executable permissions
chmod +x "$pkgdir/usr/lib/$pkgname/CrossMacro.UI"
chmod +x "$pkgdir/usr/lib/$pkgname/daemon/CrossMacro.Daemon"
# Install Service File
install -dm755 "$pkgdir/usr/lib/systemd/system"
install -Dm644 "scripts/daemon/crossmacro.service" \