gentoo-ebuilds/sci-geosciences/laszip/laszip-3.4.3.ebuild
Arthur Zamarin 68cfdebfb9
sci-geosciences/laszip: Stabilize 3.4.3 ppc64, #938744
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-08-30 17:42:27 +03:00

15 lines
436 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Library for free and lossless compression of the LAS LiDAR format"
HOMEPAGE="https://laszip.org/"
SRC_URI="https://github.com/LASzip/LASzip/releases/download/${PV}/${PN}-src-${PV}.tar.bz2"
S="${WORKDIR}/${PN}-src-${PV}"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"