mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
Merge updates from master
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit desktop eutils
|
||||
inherit desktop eutils xdg
|
||||
|
||||
MY_PN="doublecmd"
|
||||
DESCRIPTION="Free cross platform open source file manager with two panels side by side."
|
||||
|
||||
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND=( sys-libs/glibc )
|
||||
RDEPEND=(
|
||||
@@ -22,6 +22,8 @@ RDEPEND=(
|
||||
dev-vcs/git
|
||||
)
|
||||
|
||||
DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-fix-gpg-breaking-terminal.patch" )
|
||||
|
||||
src_compile() {
|
||||
@@ -31,10 +33,6 @@ src_compile() {
|
||||
src_install() {
|
||||
dobin bin/lazygit
|
||||
|
||||
local DOCS=(
|
||||
src/${EGO_PN}/{CONTRIBUTING,README}.md
|
||||
src/${EGO_PN}/docs/*.md
|
||||
src/${EGO_PN}/docs/keybindings/*.md
|
||||
)
|
||||
use doc && dodoc -r "src/${EGO_PN}/docs/."
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user