21 lines
345 B
Bash
21 lines
345 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DIST_AUTHOR=KURIHARA
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Generate QR Code with Imager using libqrencode"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64"
|
|
|
|
RDEPEND="media-gfx/qrencode
|
|
virtual/perl-XSLoader
|
|
"
|
|
|
|
BDEPEND="${RDEPEND}
|
|
dev-perl/Module-Install
|
|
"
|