media-gfx/figma-bin: add 0.11.3

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2024-02-28 05:50:55 +02:00
parent 474f62917d
commit 9dbd087b84
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
2 changed files with 40 additions and 0 deletions

View File

@ -1,2 +1,4 @@
DIST figma-bin-0.8.1-amd64.zip 145418083 BLAKE2B 7fbab84a192a0f1a9b9c63ae8d54083692b4551a5fe79126c66092a6ec83ebf193c02e025d5f256794ffcb08712fbe6b2027abecdcc05885c40a75920fd93760 SHA512 9bef661eca3b59f91dea13ea99f72b1c35c4b826b558265bbe5c987801d0eb165083bd06c40ecb7b36b3ddd93b5d91afd2d5a189357ec0a951b8246195b20158
DIST figma-bin-0.8.1-arm64.zip 144496746 BLAKE2B 667fcfa4424ecf155ccc6c8e793f01f73cf173533088c9d6be09ffa0018d48218e3bc42c19b6c5be2df08e62dbd7d1105db604de5bfb7744271d92e06b2901e0 SHA512 f038abfe45c927580e20e21f1d92f33a72595d6c7365f0064ede26291b42ff55849566c9d30f03e6217d687d6bcc9319700dcbbe38831496f0dc842cb096d075
DIST figma-linux_0.11.3_linux_amd64.deb 74099774 BLAKE2B d5bb3d2a8198f0c2fda380ee7f4d708ceff55289e4442504585f299a2eb43888f2a11d2e27153d1427827ffb003742919edb0f4bc83115049910b65ce1c3b153 SHA512 2ebf850e2b1c5ffcb73571158ea6a5e6724120497afe4d3cd758e2a99d2c5e4399cf0fef1c07b2952a7554b5fcbe5fd95c28904ea05baaf3b379bd630e50b5f9
DIST figma-linux_0.11.3_linux_arm64.deb 71294542 BLAKE2B 961bc65e170fd182480899abf26cc315ad3cf3254821d2a67377bfbd6abd3f81de62179cea21dd5cf4ab9ae4a408af8f4f063f09e00d521bfe7d2cb5c83e8f5b SHA512 b044577ceab83840a0b69aeb17c125053a92242e33eef094afdd05d9c73c3e88de970dbf6ae0ef2a67f64354dac32cd05f304e21f1d7578b9956b7c279806ced

View File

@ -0,0 +1,38 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
BINTRON_NAME="figma-linux"
CHROMIUM_LANGS="
af am ar bg bn ca cs da de el en-GB en-US es-419 es et fa fi fil fr gu he hi hr hu id it ja kn ko lt
lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv sw ta te th tr uk ur vi zh-CN zh-TW
"
inherit bintron-r1 unpacker
DESCRIPTION="Unofficial desktop client for Figma - collaborative interface design tool"
HOMEPAGE="https://github.com/Figma-Linux/figma-linux"
SRC_URI="
amd64? (
https://github.com/Figma-Linux/figma-linux/releases/download/v${PV}/figma-linux_${PV}_linux_amd64.deb
)
arm64? (
https://github.com/Figma-Linux/figma-linux/releases/download/v${PV}/figma-linux_${PV}_linux_arm64.deb
)
"
S="${WORKDIR}/opt/figma-linux/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64"
RESTRICT="bindist mirror test"
src_prepare() {
bintron-r1_src_prepare
# Remove all unnecessary bundled libs
rm -r lib usr || die
}