| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.2 | 5 | ~x86 ~amd64 | 0 |
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
DESCRIPTION="Detect and extract additional data efter end of JPEG-images"
HOMEPAGE="https://github.com/ext/jpegsplit"
SRC_URI="https://github.com/ext/jpegsplit/archive/v${PV}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
src_install() {
dobin jpegsplit
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | v1.2.tar.gz | 14654 bytes | https://github.com/ext/jpegsplit/archive/v1.2.tar.gz |