Add krabby-bin package and update dwm-flexipatch dependencies
This commit is contained in:
1
app-shells/krabby-bin/Manifest
Normal file
1
app-shells/krabby-bin/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST krabby-0.1.8-x86_64.tar.gz 2756137 BLAKE2B d240791ed8cb1d5dcdf8e1b399d8ec2ac32e7e9ceaf9f3bcb2b62964d6d96a518ff213eee1042591b6201e455065e630e7d6feb98c3c9457f0e848d90b0d3797 SHA512 1dd913a514ee9430f6f1dae8da11a1f7181bdce3266ee692abf63c21910db58ef7f18b4dd89c2701d713dd37723b995fbdacab29a8cd8fdae15ea93a8c6694b0
|
18
app-shells/krabby-bin/krabby-bin-0.1.8.ebuild
Normal file
18
app-shells/krabby-bin/krabby-bin-0.1.8.ebuild
Normal 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
|
||||
}
|
@ -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() {
|
||||
|
Reference in New Issue
Block a user