summaryrefslogtreecommitdiff
path: root/sci-geosciences/laszip/laszip-3.4.1.ebuild
blob: 4c20bf887e69b7c8d9a33cf6fd7b55bfd325f80d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

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.gz"

SLOT="0"
LICENSE="LGPL-2.1+"
KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"

S="${WORKDIR}/${PN}-src-${PV}"