qr-9999-r2overlay-from-plan9
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
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}
}