mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.6.1
This commit is contained in:
parent
9ef2f5cdf6
commit
319e8e07f1
2 changed files with 6 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue