mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
sys-apps/bat-extras: add 2024.08.24
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -20,13 +20,13 @@ fi
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
BDEPEND="
|
||||
app-shells/bash
|
||||
sys-apps/bat
|
||||
dev-util/sh
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
${BDEPEND}
|
||||
app-admin/entr
|
||||
app-shells/fzf
|
||||
dev-python/black
|
||||
@@ -38,21 +38,6 @@ RDEPEND="
|
||||
sys-libs/ncurses
|
||||
"
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
git-r3_checkout
|
||||
fi
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# remove license
|
||||
rm LICENSE.md || die
|
||||
# remove contribution document
|
||||
rm CONTRIBUTING.md || die
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
./build.sh --compress --minify=all --manuals --no-verify || die "build failed"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user