mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
dev-util/xxd: minor style fixes
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
parent
aa3e9f8f66
commit
258d35e453
@ -5,13 +5,16 @@ EAPI=8
|
||||
|
||||
inherit bash-completion-r1 toolchain-funcs
|
||||
|
||||
VIM_VERSION="9.1.1652"
|
||||
|
||||
DESCRIPTION="Standalone version of Vim's xxd"
|
||||
HOMEPAGE="https://www.vim.org https://github.com/vim/vim"
|
||||
VIM_VERSION="9.1.1652"
|
||||
SRC_URI="https://github.com/vim/vim/archive/v${VIM_VERSION}.tar.gz -> vim-${VIM_VERSION}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/vim-${VIM_VERSION}/src/xxd"
|
||||
LICENSE="vim"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
|
||||
RDEPEND="!<app-editors/vim-core-9.1.1652-r1"
|
||||
@ -39,5 +42,5 @@ src_compile() {
|
||||
src_install() {
|
||||
dobin xxd
|
||||
doman ../../runtime/doc/xxd*.1
|
||||
newbashcomp "${FILESDIR}"/xxd-completion xxd
|
||||
newbashcomp "${FILESDIR}"/xxd-completion xxd
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user