gentoo-ebuilds/dev-db/pgLatLon/pgLatLon-0.15.ebuild
Alfredo Tupone e09387287f
dev-db/pgLatLon: keyword 0.15 for ~x86
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2025-04-27 19:31:05 +02:00

19 lines
463 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}"