summaryrefslogtreecommitdiff
path: root/dev-db/pgLatLon/pgLatLon-0.15.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-25 16:43:49 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-25 16:43:49 +0000
commitfe641adc6a5e3f54d9c6b8b3521afb17d49f7185 (patch)
treec72513aa058c2e4192ab63b06bfdd1c71e3e75b4 /dev-db/pgLatLon/pgLatLon-0.15.ebuild
parent5d88bb472ef4d6659a423746d4f8717e55ffaaf5 (diff)
gentoo auto-resync : 25:01:2024 - 16:43:49
Diffstat (limited to 'dev-db/pgLatLon/pgLatLon-0.15.ebuild')
-rw-r--r--dev-db/pgLatLon/pgLatLon-0.15.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-db/pgLatLon/pgLatLon-0.15.ebuild b/dev-db/pgLatLon/pgLatLon-0.15.ebuild
new file mode 100644
index 000000000000..bfdc1c596f80
--- /dev/null
+++ b/dev-db/pgLatLon/pgLatLon-0.15.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2024 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
+ https://dev.gentoo.org/~tupone/distfiles/${MYP}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-db/postgresql:="
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/${MYP}