version bump www-apps/zed-0.174.7 + typos(-lsp)?
This commit is contained in:
33
dev-util/typos/typos-1.29.9.ebuild
Normal file
33
dev-util/typos/typos-1.29.9.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Source code spell checker."
|
||||
HOMEPAGE="https://github.com/crate-ci/typos"
|
||||
|
||||
SRC_URI="
|
||||
amd64? ( https://github.com/crate-ci/${PN}/releases/download/v${PV}/${PN}-v${PV}-x86_64-unknown-linux-musl.tar.gz )
|
||||
"
|
||||
RESTRICT="mirror strip bindist"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND=""
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=( )
|
||||
QA_FLAGS_IGNORED="usr/bin/${PN}"
|
||||
|
||||
pkg_setup(){
|
||||
S="${WORKDIR}"
|
||||
}
|
||||
|
||||
src_install(){
|
||||
dobin typos
|
||||
dodoc doc/*
|
||||
}
|
||||
|
Reference in New Issue
Block a user