mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-08 22:25:42 +02:00
19 lines
463 B
Bash
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}"
|