diff --git a/app-shells/krabby-bin/Manifest b/app-shells/krabby-bin/Manifest new file mode 100644 index 0000000..fe34fcd --- /dev/null +++ b/app-shells/krabby-bin/Manifest @@ -0,0 +1 @@ +DIST krabby-0.1.8-x86_64.tar.gz 2756137 BLAKE2B d240791ed8cb1d5dcdf8e1b399d8ec2ac32e7e9ceaf9f3bcb2b62964d6d96a518ff213eee1042591b6201e455065e630e7d6feb98c3c9457f0e848d90b0d3797 SHA512 1dd913a514ee9430f6f1dae8da11a1f7181bdce3266ee692abf63c21910db58ef7f18b4dd89c2701d713dd37723b995fbdacab29a8cd8fdae15ea93a8c6694b0 diff --git a/app-shells/krabby-bin/krabby-bin-0.1.8.ebuild b/app-shells/krabby-bin/krabby-bin-0.1.8.ebuild new file mode 100644 index 0000000..348ba04 --- /dev/null +++ b/app-shells/krabby-bin/krabby-bin-0.1.8.ebuild @@ -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 +} diff --git a/x11-wm/dwm-flexipatch/dwm-flexipatch-9999.ebuild b/x11-wm/dwm-flexipatch/dwm-flexipatch-9999.ebuild index 70398ae..4413be6 100644 --- a/x11-wm/dwm-flexipatch/dwm-flexipatch-9999.ebuild +++ b/x11-wm/dwm-flexipatch/dwm-flexipatch-9999.ebuild @@ -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() {