# Copyright 2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 EGO_VENDOR=( "github.com/Bios-Marcel/discordemojimap 506fd0e8d912" "github.com/Bios-Marcel/discordgo de60bda93767" "github.com/Bios-Marcel/goclipimg b58a8831f27d" "github.com/Bios-Marcel/shortnotforlong 9074a923cf4d" "github.com/Bios-Marcel/tview ea9b4a50a84f" "github.com/alecthomas/chroma v0.6.3" "github.com/atotto/clipboard v0.1.2" "github.com/chzyer/logex v1.1.10" "github.com/chzyer/test a1ea475d72b1" "github.com/danwakefield/fnmatch cbb64ac3d964" "github.com/dlclark/regexp2 v1.1.6" "github.com/gdamore/tcell v1.1.4" "github.com/gen2brain/beeep aa3d7c1499fd" "github.com/godbus/dbus v4.1.0" "github.com/gopherjs/gopherwasm v1.1.0" "github.com/nu7hatch/gouuid 179d4d0c4d8d" "github.com/pkg/errors v0.8.1" "github.com/princebot/getpass cdc1f6b9a9e8" "github.com/robertkrimen/otto 15f95af6e78d" "github.com/tadvi/systray 11a2b8fa57af" "github.com/gdamore/encoding v1.0.0" "github.com/gorilla/websocket v1.4.0" "github.com/lucasb-eyer/go-colorful v1.0.2" "github.com/mattn/go-runewidth v0.0.4" "github.com/rivo/uniseg v0.1.0" "golang.org/x/crypto 4def268fd1a4 github.com/golang/crypto" "golang.org/x/sys 04f50cda93cb github.com/golang/sys" "golang.org/x/text v0.3.0 github.com/golang/text" "gopkg.in/readline.v1 62c6fe619375 github.com/chzyer/readline" "gopkg.in/sourcemap.v1 v1.0.5 github.com/go-sourcemap/sourcemap" "gopkg.in/toast.v1 0a84660828b2 github.com/go-toast/toast" ) inherit golang-build golang-vcs-snapshot EGO_PN="github.com/Bios-Marcel/cordless/" MY_PV="${PV::4}-${PV:4:2}-${PV:6:2}" DESCRIPTION="The Discord terminal client you never knew you wanted." HOMEPAGE="https://github.com/Bios-Marcel/cordless" SRC_URI="https://github.com/Bios-Marcel/cordless/archive/${MY_PV}.tar.gz -> ${PN}-${MY_PV}.tar.gz ${EGO_VENDOR_URI}" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" src_install() { dobin cordless }