mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
x11-terms/tabby-bin: experimental update
I'm in doubt should I support that package Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST tabby-1.0.189-linux-armhf.tar.gz 105778065 BLAKE2B bc91556cc4edea1e6f0665141295b23d7a6d5d59f709a3ec634bcae0627f27de95c39524ddedf093ad568e1ecee0b5c335caa4a40f976ccb5c6126cdc89c88e4 SHA512 edfde9669e5bca497f9d8ded5bd69a1cc56e2b3014ba72d9c4170e6badf1ec6f64e2cf2bb483c323348e8abad8a363b5225aaa3153fc107bb57d2e107513bb82
|
||||
DIST tabby-1.0.189-linux-x64.tar.gz 121716576 BLAKE2B 35f50046857b2229af5df2750bc5ab100abe6cdd869c4a4151738a7e0f05568e9290e77ae5805b6116050361f4ee72ca3340b74a27c8f3b035dd9edf2485dd68 SHA512 eef0b15671718063abf5af6701801d375ff9ca540d8fd62374ea22496b85db2c23b6a533c4df8d82b53c3b7c8433986c45fdcaa4b434f22c2a9c362fa3da7c51
|
||||
DIST tabby-1.0.221-linux-x64.tar.gz 139963949 BLAKE2B 9fa1b9c90337e7e2efb2768ae6773bc5961f5c1186d124bed2e588e60870c5cb8d739bcc527a90733de799f5703bec03a1fa4a21277dca723aeb8612d4d7137d SHA512 c0022e393b6ddba9ab4b176967c5a48c2fc020ee0f00976346e90c18e5d43470c679d4ec910760f8eee301b99504f643fa5fd2b92ad26ff8cbb487353ce73f09
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -11,7 +11,6 @@ DESCRIPTION="A terminal for a more modern age"
|
||||
HOMEPAGE="https://tabby.sh"
|
||||
SRC_URI="
|
||||
amd64? ( https://github.com/Eugeny/tabby/releases/download/v${PV}/${MY_P}-x64.tar.gz )
|
||||
arm? ( https://github.com/Eugeny/tabby/releases/download/v${PV}/${MY_P}-armhf.tar.gz )
|
||||
"
|
||||
|
||||
# This needs to be adjusted to allow for arm
|
||||
@@ -19,7 +18,7 @@ S="${WORKDIR}/${MY_P}-x64"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
|| (
|
||||
Reference in New Issue
Block a user