Diff pixels2pgf-0.1 with a pixels2pgf-9999
/usr/portage/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild 2023-10-09 14:52:31.640368404 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=6 |
5 | 5 | |
6 |
EGIT_REPO_URI="https://github.com/projg2/${PN}.git" |
|
7 |
inherit autotools git-r3 |
|
8 | ||
6 | 9 |
DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles" |
7 | 10 |
HOMEPAGE="https://github.com/projg2/pixels2pgf/" |
8 |
SRC_URI="https://github.com/projg2/pixels2pgf/releases/download/${P}/${P}.tar.bz2" |
|
11 |
SRC_URI="" |
|
9 | 12 | |
10 | 13 |
LICENSE="BSD" |
11 | 14 |
SLOT="0" |
12 |
KEYWORDS="~amd64 ~x86" |
|
15 |
KEYWORDS="" |
|
13 | 16 |
IUSE="" |
14 | 17 | |
15 | 18 |
RDEPEND="media-libs/libsdl:0= |
16 | 19 |
media-libs/sdl-image:0=" |
17 | 20 |
DEPEND="${RDEPEND}" |
21 | ||
22 |
src_prepare() { |
|
23 |
default |
|
24 |
eautoreconf |
|
25 |
} |