summaryrefslogtreecommitdiff
path: root/app-admin/aerie
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/aerie')
-rw-r--r--app-admin/aerie/aerie-0.3.2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-admin/aerie/aerie-0.3.2.ebuild b/app-admin/aerie/aerie-0.3.2.ebuild
new file mode 100644
index 000000000000..7368205c5d54
--- /dev/null
+++ b/app-admin/aerie/aerie-0.3.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2026 BaldEagleOS Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DESCRIPTION="Compatibility package for the Scout repository and profile client"
+HOMEPAGE="https://git.baldeagleos.com/aerie"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+S="${WORKDIR}"
+RDEPEND=">=app-admin/scout-0.3.2"
+
+src_install() {
+ :
+}
+
+pkg_postinst() {
+ elog "The client runtime and aerie command are now provided by app-admin/scout."
+ elog "This compatibility package keeps older package selections working."
+}