app-misc/imgurbash2 - 9999 (gentoo)

Search

Install

Install this version:

emerge -a =app-misc/imgurbash2-9999

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

autounmask =app-misc/imgurbash2-9999

Or alternatively:

emerge --autounmask-write -a =app-misc/imgurbash2-9999

Package Information

Description:
Bash script that uploads/deletes images to/from imgur
Homepage:
https://github.com/ram-on/imgurbash2
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

if [[ ${PV} == *9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/ram-on/imgurbash2.git"
else
	SRC_URI="https://github.com/ram-on/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64 ~x86"
fi

DESCRIPTION="Bash script that uploads/deletes images to/from imgur"
HOMEPAGE="https://github.com/ram-on/imgurbash2"

LICENSE="MIT"
SLOT="0"
IUSE="X wayland"

RDEPEND="
	net-misc/curl
	wayland? ( gui-apps/wl-clipboard )
	X? ( || ( x11-misc/xclip x11-misc/xsel ) )
"

src_install() {
	einstalldocs
	dobin imgurbash2
}

USE Flags

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

Global/Standard Flags

X

Inherited Eclasses

Dependencies

RDEPEND

	net-misc/curl
	wayland? ( gui-apps/wl-clipboard )
	X? ( || ( x11-misc/xclip x11-misc/xsel ) )