diff options
| author | Crucible <crucible@localhost> | 2026-09-22 18:47:35 -0500 |
|---|---|---|
| committer | Crucible <crucible@localhost> | 2026-09-22 18:47:35 -0500 |
| commit | cde96c5ea0c81397fd3214d455a374f76179a7aa (patch) | |
| tree | 12c86d59eb88887c244b1145411db084ae5a6c1f /app-admin/scout | |
| parent | 47516b9667518dacb1efd6d257f7b3e6a481ec93 (diff) | |
| download | baldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.tar.gz baldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.tar.xz baldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.zip | |
Publish baldeagleos-repo candidate 0000000325-20260922-184323
Diffstat (limited to 'app-admin/scout')
| -rw-r--r-- | app-admin/scout/metadata.xml | 10 | ||||
| -rw-r--r-- | app-admin/scout/scout-0.3.0.ebuild | 20 |
2 files changed, 30 insertions, 0 deletions
diff --git a/app-admin/scout/metadata.xml b/app-admin/scout/metadata.xml new file mode 100644 index 000000000000..3f2c97a6798b --- /dev/null +++ b/app-admin/scout/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>core@baldeagleos.com</email> + <name>BaldEagleOS</name> + </maintainer> + <longdescription>Personal overlays and installed-system profiles.</longdescription> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/app-admin/scout/scout-0.3.0.ebuild b/app-admin/scout/scout-0.3.0.ebuild new file mode 100644 index 000000000000..fee8bd8df08a --- /dev/null +++ b/app-admin/scout/scout-0.3.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 2026 BaldEagleOS Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +DESCRIPTION="Personal Portage repositories and installed-system profile management" +HOMEPAGE="https://git.baldeagleos.com/aerie" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64" +S="${WORKDIR}" +RDEPEND="~app-admin/aerie-${PV}" + +src_install() { + : +} + +pkg_postinst() { + elog "Run scout help for repository and profile commands." + elog "Scout uses existing Aerie configuration until /etc/scout/scout.yml is supplied." +} |
