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

Search

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}
}

Dependencies

BDEPEND

media-gfx/qrencode