Add krabby-bin package and update dwm-flexipatch dependencies

This commit is contained in:
Sravan Balaji
2024-04-29 11:42:43 -04:00
parent 75be01bf7e
commit 2abd8a5ebb
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST krabby-0.1.8-x86_64.tar.gz 2756137 BLAKE2B d240791ed8cb1d5dcdf8e1b399d8ec2ac32e7e9ceaf9f3bcb2b62964d6d96a518ff213eee1042591b6201e455065e630e7d6feb98c3c9457f0e848d90b0d3797 SHA512 1dd913a514ee9430f6f1dae8da11a1f7181bdce3266ee692abf63c21910db58ef7f18b4dd89c2701d713dd37723b995fbdacab29a8cd8fdae15ea93a8c6694b0

View File

@ -0,0 +1,18 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Print pokemon sprites in your terminal"
HOMEPAGE="https://github.com/yannjor/krabby"
SRC_URI="https://github.com/yannjor/krabby/releases/download/v${PV}/krabby-${PV}-x86_64.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"
S=${WORKDIR}
src_install() {
dobin krabby
}

View File

@ -29,6 +29,10 @@ RDEPEND="
x11-misc/rofi
x11-misc/greenclip
x11-terms/kitty
app-shells/fish
app-shells/starship
app-shells/krabby-bin
media-fonts/nerd-fonts
"
src_unpack() {