app-arch/rpm2targz: fix prefix installation
[gentoo.git] / app-arch / zopfli / zopfli-1.0.3.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit cmake
7
8 DESCRIPTION="Very good, but slow, deflate or zlib compression"
9 HOMEPAGE="https://github.com/google/zopfli/"
10 SRC_URI="https://github.com/google/zopfli/archive/${P}.tar.gz"
11
12 S="${WORKDIR}/${PN}-${P}"
13
14 LICENSE="Apache-2.0"
15 SLOT="0/1"
16 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
17
18 DOCS=( CONTRIBUTORS README README.zopflipng )