diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
| commit | dda948891d3731927b821ce31f9d9a2d03ba20c5 (patch) | |
| tree | 99cd40be4cbb0606260da212cd81b8ab2db9da9b /dev-db/pgFormatter | |
| parent | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (diff) | |
| download | baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.gz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.xz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.zip | |
Adding metadata
Diffstat (limited to 'dev-db/pgFormatter')
| -rw-r--r-- | dev-db/pgFormatter/Manifest | 1 | ||||
| -rw-r--r-- | dev-db/pgFormatter/metadata.xml | 9 | ||||
| -rw-r--r-- | dev-db/pgFormatter/pgFormatter-5.8.ebuild | 14 |
3 files changed, 24 insertions, 0 deletions
diff --git a/dev-db/pgFormatter/Manifest b/dev-db/pgFormatter/Manifest new file mode 100644 index 000000000000..60d0d0682b79 --- /dev/null +++ b/dev-db/pgFormatter/Manifest @@ -0,0 +1 @@ +DIST pgFormatter-5.8.tar.gz 1332029 BLAKE2B 10aa97635c142c814cb28fa19939ca3969e243dd1b61035f2af36bb798d31e3e80229a1672e56cf7a7f43de434ce719c1b505bc19a89f107812a41fb60963621 SHA512 931eeef9421a288744440b05de32fdbb203851186793b85d4b8bacabad248adb0d5cae5fb8a5fb75698f33a0ccd0eeecb02f771f0b241abbcbc65dfb0f9a633c diff --git a/dev-db/pgFormatter/metadata.xml b/dev-db/pgFormatter/metadata.xml new file mode 100644 index 000000000000..5174e85e8e4a --- /dev/null +++ b/dev-db/pgFormatter/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>pgsql-bugs@gentoo.org</email> + <name>PostgreSQL and Related Package Development</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> 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" |
