| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999-r2 | 8 | 0 |
# 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}
}
media-gfx/qrencode