You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-geosciences/laszip/laszip-3.4.1.ebuild

17 lines
434 B

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake-utils
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 ~ia64 ppc ppc64 x86"
S="${WORKDIR}/${PN}-src-${PV}"