dev-util/github-desktop: add 3.3.6_rc3

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2024-01-29 14:35:58 +02:00
parent 0a55f72fc2
commit 0eeb38bede
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
2 changed files with 47 additions and 0 deletions

View File

@ -1 +1,4 @@
DIST GitHubDesktop-linux-amd64-3.3.6-linux3.deb 94619536 BLAKE2B e32a937d86f5730844ada3410c7ab9a0aeef06ffc2db9864dc9bd44676733f8c333a3411f61dd624f9ec3cac1a91c38cfff03f09eb341520ad6b69579f1d9e13 SHA512 c988df1afd7cf07b13aa5f08484fa3f2885629a2b2edb8412195d173df51ff7179ac5a075d2b2c506e13ec33d9814250c7f5c17a0aa1344f9d293286f4cd56f1
DIST GitHubDesktop-linux-arm64-3.3.6-linux3.deb 88504356 BLAKE2B a87e55f529d43e7c9b38ca327356a52286485fc67679654cb70f823170226c05beea652d1c6bea86e18c77d063c0d284d79b65d00f9e78851c939031a402c65a SHA512 731712fe935f3dfed3c26146c3caaf32b9e3bb9f1c44b89bd810cb6afd6879ad8754952c90a680e8958deed2d8c00a9d08b0535c6cd26f3a59ab119b4836557b
DIST GitHubDesktop-linux-armhf-3.3.6-linux3.deb 85987760 BLAKE2B 5b23ac1b56679970f88027f3fbb621fb72abd81fe4e0ed50022665166045d7eb58242215773cc99207319e348fe4bd74ae645672d782bc6f132b39e02a648883 SHA512 68ebd6318e0be330e48cb5f759b38a518d0ffbd5803f705ec61f9317343f550ca0336bc9b943e12742eed173dac4e1c29c4e1d22d51aad1947c8e42f40804914
DIST github-desktop-2.9.3.deb 71379536 BLAKE2B 945c956e4c58fc89f00c5589ac6c88f0e8be88a611e095c160181000c404d70640bcc67699d13d35a47baf2ca0f8d14165363f3958ca5e9187d2683515f927fa SHA512 0e7157880af102b6a9c69de81a29a3da2e7c96a85fa1c42a6e0316467df762af4d904894e82f9d63fb9b769d8acee81cba87445b3a72fefe912d133847f86dee

View File

@ -0,0 +1,44 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CHROMIUM_LANGS="
af am ar bg bn ca cs da de el en-GB 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
"
MY_PV="${PV/_rc/-linux}"
inherit bintron-r1 unpacker
DESCRIPTION="GitHub Desktop for Linux"
HOMEPAGE="https://github.com/shiftkey/desktop"
SRC_URI="
amd64? (
https://github.com/shiftkey/desktop/releases/download/release-${MY_PV}/GitHubDesktop-linux-amd64-${MY_PV}.deb
)
arm64? (
https://github.com/shiftkey/desktop/releases/download/release-${MY_PV}/GitHubDesktop-linux-arm64-${MY_PV}.deb
)
arm? (
https://github.com/shiftkey/desktop/releases/download/release-${MY_PV}/GitHubDesktop-linux-armhf-${MY_PV}.deb
)
"
S="${WORKDIR}/usr/lib/github-desktop"
LICENSE="MIT"
SLOT="0"
KEYWORDS="-* ~amd64"
RESTRICT="bindist mirror test"
# https://github.com/shiftkey/desktop/blob/linux-release-3.3.6/script/package-debian.ts#L61
RDEPEND="
app-crypt/libsecret
dev-vcs/git-lfs
dev-vcs/git
net-misc/curl
sys-libs/zlib
virtual/secret-service
"