This commit is contained in:
Hikari Hayashi 2023-01-22 21:54:37 +08:00
parent 6a7dfe30fd
commit 351fe15dfd
No known key found for this signature in database
GPG key ID: 2044CF922A6C81EB
3 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = figma-agent-linux
pkgdesc = Figma Agent for Linux (a.k.a. Font Helper)
pkgver = 0.2.3
pkgver = 0.2.4
pkgrel = 1
url = https://github.com/neetly/figma-agent-linux
install = figma-agent.install
@ -12,7 +12,7 @@ pkgbase = figma-agent-linux
makedepends = clang
depends = freetype2
depends = fontconfig
source = figma-agent-linux::git+https://github.com/neetly/figma-agent-linux.git#tag=0.2.3
source = figma-agent-linux::git+https://github.com/neetly/figma-agent-linux.git#tag=0.2.4
cksums = SKIP
pkgname = figma-agent-linux

View file

@ -1,7 +1,7 @@
# Maintainer: Hikari Hayashi <rev.hikari@gmail.com>
pkgname=figma-agent-linux
pkgver=0.2.3
pkgver=0.2.4
pkgrel=1
pkgdesc="Figma Agent for Linux (a.k.a. Font Helper)"
url="https://github.com/neetly/figma-agent-linux"
@ -28,4 +28,5 @@ package() {
install -Dm755 "./target/$CARCH-unknown-linux-gnu/release/figma-agent" "$pkgdir/usr/bin/figma-agent"
install -Dm644 "./LICENSE" "$pkgdir/usr/share/licenses/figma-agent/LICENSE"
install -Dm644 "./figma-agent.service" "$pkgdir/usr/lib/systemd/user/figma-agent.service"
install -Dm644 "./figma-agent.socket" "$pkgdir/usr/lib/systemd/user/figma-agent.socket"
}

View file

@ -1,6 +1,6 @@
post_install() {
echo "Please run this command manually to enable the service:"
echo "$ systemctl --user enable --now figma-agent.service"
echo "Please run this command manually to enable the socket:"
echo "$ systemctl --user enable --now figma-agent.socket"
}
post_upgrade() {