summaryrefslogtreecommitdiff
path: root/dev-db/pgFormatter/pgFormatter-5.8.ebuild
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2025-11-08 00:14:21 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2025-11-08 00:17:56 +0200
commit4833ce9476ea89ef0a45d204257c828f8289a62d (patch)
tree2a45d6e7f3cd055be6c63e3a3fbe233a8a0ab6e7 /dev-db/pgFormatter/pgFormatter-5.8.ebuild
parentc4df16698b7e639ebb6d505ac722a21a5dc2a61c (diff)
downloadgentoo-4833ce9476ea89ef0a45d204257c828f8289a62d.tar.gz
gentoo-4833ce9476ea89ef0a45d204257c828f8289a62d.tar.bz2
gentoo-4833ce9476ea89ef0a45d204257c828f8289a62d.zip
dev-db/pgFormatter: add 5.8, EAPI=8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db/pgFormatter/pgFormatter-5.8.ebuild')
-rw-r--r--dev-db/pgFormatter/pgFormatter-5.8.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-db/pgFormatter/pgFormatter-5.8.ebuild b/dev-db/pgFormatter/pgFormatter-5.8.ebuild
new file mode 100644
index 000000000000..9af747b2025b
--- /dev/null
+++ b/dev-db/pgFormatter/pgFormatter-5.8.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit perl-module
+
+DESCRIPTION="PostgreSQL SQL syntax beautifier"
+HOMEPAGE="https://github.com/darold/pgFormatter"
+SRC_URI="https://github.com/darold/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"