media-gfx/qr - 9999-r2 (overlay-from-plan9)

Search

Install

Install this version:

emerge -a =media-gfx/qr-9999-r2

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

autounmask =media-gfx/qr-9999-r2

Or alternatively:

emerge --autounmask-write -a =media-gfx/qr-9999-r2

Package Information

Description:
Generate QR Codes straight in your terminal!
Homepage:
https://github.com/Y2Z/qr
License:
CC0-1.0

Ebuild Details

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

EAPI=8

inherit git-r3

DESCRIPTION="Generate QR Codes straight in your terminal!"
HOMEPAGE="https://github.com/Y2Z/qr"
EGIT_REPO_URI="https://github.com/Y2Z/qr"

LICENSE="CC0-1.0"
SLOT="0"

BDEPEND="media-gfx/qrencode"

src_install() {
	dobin ${PN}
}

Inherited Eclasses

Dependencies

BDEPEND

media-gfx/qrencode