x11-misc/gobble - 1.3 (guru)

Search

Install

Install this version:

emerge -a =x11-misc/gobble-1.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =x11-misc/gobble-1.3

Or alternatively:

emerge --autounmask-write -a =x11-misc/gobble-1.3

Package Information

Description:
Hide current window before launching external program, unhide after quitting
Homepage:
https://github.com/EmperorPenguin18/gobble
License:
GPL-3 MIT

Ebuild Details

Version EAPI Keywords Slot
1.3 8 ~amd64 0
View Raw Ebuild
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Autogenerated by pycargoebuild 0.13.2

EAPI=8

CRATES="
	anyhow@1.0.75
	bitflags@1.3.2
	libc@0.2.147
	memchr@2.5.0
	quick-xml@0.28.2
	xcb@1.2.2
"

inherit cargo

DESCRIPTION="Hide current window before launching external program, unhide after quitting"
HOMEPAGE="https://github.com/EmperorPenguin18/gobble"
SRC_URI="
	https://github.com/EmperorPenguin18/gobble/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
	${CARGO_CRATE_URIS}
"

LICENSE="GPL-3"
# Dependent crate licenses
LICENSE+=" MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="man"

RDEPEND="x11-libs/libxcb:="
DEPEND="${RDEPEND}"
BDEPEND="man? ( virtual/pandoc )"

QA_FLAGS_IGNORED="usr/bin/.*"

src_compile() {
	cargo_src_compile
	if use man; then
		pandoc gobble.1.md -s -t man -o gobble.1 || die
	fi
}

src_install() {
	cargo_src_install
	use man && doman gobble.1
}

USE Flags

Manage flags for this package: euse -i <flag> -p x11-misc/gobble | euse -E <flag> -p x11-misc/gobble | euse -D <flag> -p x11-misc/gobble

Global/Standard Flags

man

Inherited Eclasses

Dependencies

DEPEND

x11-libs/libxcb:=

RDEPEND

x11-libs/libxcb:=

BDEPEND

man? ( virtual/pandoc )

Manifest for 1.3

Type File Size Source URLs
DIST gobble-1.3.tar.gz 17552 bytes https://github.com/EmperorPenguin18/gobble/archive/refs/tags/1.3.tar.gz