gentoo-ebuilds/dev-db/pgLatLon/pgLatLon-0.16.ebuild
Alfredo Tupone 02564cd77b
dev-db/pgLatLon: add 0.16
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2025-10-26 19:21:01 +01:00

19 lines
464 B
Bash

# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MYP=${PN}-v${PV}
DESCRIPTION="Spatial database extension for the PostgreSQL"
HOMEPAGE="https://www.public-software-group.org/pgLatLon"
SRC_URI="https://www.public-software-group.org/pub/projects/${PN}/v${PV}/${MYP}.tar.gz"
S="${WORKDIR}"/${MYP}
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
DEPEND="dev-db/postgresql:="
RDEPEND="${DEPEND}"