This commit is contained in:
Hikari Hayashi 2025-10-15 04:32:55 +09:00
parent 4920f62569
commit db3cfb2005
2 changed files with 24 additions and 25 deletions

View file

@ -1,25 +1,24 @@
pkgbase = figma-agent-linux-bin
pkgdesc = Figma Agent for Linux (a.k.a. Font Helper)
pkgver = 0.3.2
pkgver = 0.4.0
pkgrel = 1
url = https://github.com/neetly/figma-agent-linux
install = figma-agent.install
arch = x86_64
arch = aarch64
license = MIT
depends = freetype2
depends = fontconfig
optdepends = fontconfig
provides = figma-agent-linux
conflicts = figma-agent-linux
source = https://raw.githubusercontent.com/neetly/figma-agent-linux/0.3.2/LICENSE
source = https://raw.githubusercontent.com/neetly/figma-agent-linux/0.3.2/figma-agent.service
source = https://raw.githubusercontent.com/neetly/figma-agent-linux/0.3.2/figma-agent.socket
sha256sums = a70a5ae5187682046f073f7c6a0387970f1422f211bfab1571c498f91dd72636
sha256sums = b65cf8a6538c9aae212e40e396377059b7d24aebb24fa9c38ada2ef74646053f
sha256sums = 28740ed93815515f9e2e7f1e71cdf25612515ecf9a78030904bffe83f7fe2e58
source_x86_64 = https://github.com/neetly/figma-agent-linux/releases/download/0.3.2/figma-agent-x86_64-unknown-linux-gnu
sha256sums_x86_64 = 9c35e0beae50ff92859157853158475e00c270f5f40d48a0ef8d97b11e83302f
source_aarch64 = https://github.com/neetly/figma-agent-linux/releases/download/0.3.2/figma-agent-aarch64-unknown-linux-gnu
sha256sums_aarch64 = ebad304e64815a69dcfb4a9d51b29419ff3225891bfd3ef1b9a227d995afa52c
source = https://raw.githubusercontent.com/neetly/figma-agent-linux/0.4.0/LICENSE
source = https://raw.githubusercontent.com/neetly/figma-agent-linux/0.4.0/files/figma-agent.service
source = https://raw.githubusercontent.com/neetly/figma-agent-linux/0.4.0/files/figma-agent.socket
sha256sums = ed27b7a5adb3229f6713cd1a924bfd0195a4f70d63379ba40b6cd8041128d672
sha256sums = a2c6732e17d3f227f08269820aec84383042db89b45f31fa800fa7f2fe122232
sha256sums = bddc08a2e52e76f6b883a725f9aeb50363055be09115da30e101f022521b64fe
source_x86_64 = figma-agent::https://github.com/neetly/figma-agent-linux/releases/download/0.4.0/figma-agent-x86_64-unknown-linux-gnu
sha256sums_x86_64 = 0b4a21478564f1596847ed14e66116044c13b120e494f8a07944f9597d787790
source_aarch64 = figma-agent::https://github.com/neetly/figma-agent-linux/releases/download/0.4.0/figma-agent-aarch64-unknown-linux-gnu
sha256sums_aarch64 = 0b4a21478564f1596847ed14e66116044c13b120e494f8a07944f9597d787790
pkgname = figma-agent-linux-bin

View file

@ -1,30 +1,30 @@
# Maintainer: Hikari Hayashi <rev.hikari@gmail.com>
pkgname=figma-agent-linux-bin
pkgver=0.3.2
pkgver=0.4.0
pkgrel=1
pkgdesc="Figma Agent for Linux (a.k.a. Font Helper)"
url="https://github.com/neetly/figma-agent-linux"
license=(MIT)
arch=(x86_64 aarch64)
depends=(freetype2 fontconfig)
optdepends=(fontconfig)
makedepends=()
provides=(figma-agent-linux)
conflicts=(figma-agent-linux)
source=("https://raw.githubusercontent.com/neetly/figma-agent-linux/$pkgver/LICENSE"
"https://raw.githubusercontent.com/neetly/figma-agent-linux/$pkgver/figma-agent.service"
"https://raw.githubusercontent.com/neetly/figma-agent-linux/$pkgver/figma-agent.socket")
source_x86_64=("https://github.com/neetly/figma-agent-linux/releases/download/$pkgver/figma-agent-x86_64-unknown-linux-gnu")
source_aarch64=("https://github.com/neetly/figma-agent-linux/releases/download/$pkgver/figma-agent-aarch64-unknown-linux-gnu")
sha256sums=('a70a5ae5187682046f073f7c6a0387970f1422f211bfab1571c498f91dd72636'
'b65cf8a6538c9aae212e40e396377059b7d24aebb24fa9c38ada2ef74646053f'
'28740ed93815515f9e2e7f1e71cdf25612515ecf9a78030904bffe83f7fe2e58')
sha256sums_x86_64=('9c35e0beae50ff92859157853158475e00c270f5f40d48a0ef8d97b11e83302f')
sha256sums_aarch64=('ebad304e64815a69dcfb4a9d51b29419ff3225891bfd3ef1b9a227d995afa52c')
"https://raw.githubusercontent.com/neetly/figma-agent-linux/$pkgver/files/figma-agent.service"
"https://raw.githubusercontent.com/neetly/figma-agent-linux/$pkgver/files/figma-agent.socket")
source_x86_64=("figma-agent::https://github.com/neetly/figma-agent-linux/releases/download/$pkgver/figma-agent-x86_64-unknown-linux-gnu")
source_aarch64=("figma-agent::https://github.com/neetly/figma-agent-linux/releases/download/$pkgver/figma-agent-aarch64-unknown-linux-gnu")
sha256sums=('ed27b7a5adb3229f6713cd1a924bfd0195a4f70d63379ba40b6cd8041128d672'
'a2c6732e17d3f227f08269820aec84383042db89b45f31fa800fa7f2fe122232'
'bddc08a2e52e76f6b883a725f9aeb50363055be09115da30e101f022521b64fe')
sha256sums_x86_64=('0b4a21478564f1596847ed14e66116044c13b120e494f8a07944f9597d787790')
sha256sums_aarch64=('0b4a21478564f1596847ed14e66116044c13b120e494f8a07944f9597d787790')
install=figma-agent.install
package() {
install -Dm755 "./figma-agent-$CARCH-unknown-linux-gnu" "$pkgdir/usr/bin/figma-agent"
install -Dm755 "./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"