diff --git a/gui-apps/ags/ags-9999.ebuild b/gui-apps/ags/ags-9999.ebuild new file mode 100644 index 0000000..c9e2420 --- /dev/null +++ b/gui-apps/ags/ags-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 go-module + +DESCRIPTION="Scaffolding CLI for Astal+TypeScript" +HOMEPAGE="aylur.github.io/ags/" +EGIT_REPO_URI="https://github.com/Aylur/ags.git" + +LICENSE="GPL-3" +SLOT="0" + +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +src_unpack() { + git-r3_fetch + git-r3_checkout +} + +src_compile() { + ego build +} diff --git a/gui-libs/libastal-io/libastal-io-9999.ebuild b/gui-libs/libastal-io/libastal-io-9999.ebuild new file mode 100644 index 0000000..78f6488 --- /dev/null +++ b/gui-libs/libastal-io/libastal-io-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 meson + +DESCRIPTION="Building blocks for creating custom desktop shells" +HOMEPAGE=" aylur.github.io/astal/" +EGIT_REPO_URI="https://github.com/Aylur/astal.git" + +LICENSE="GPL-2" +SLOT="0" + +IUSE="" +REQUIRED_USE="" + + +RDEPEND=" + dev-libs/gobject-introspection +" +DEPEND="${RDEPEND}" + +S="${S}/lib/astal/io" diff --git a/x11-terms/ghostty/ghostty-9999.ebuild b/x11-terms/ghostty/ghostty-9999.ebuild index 895b1fd..d0d7a5a 100644 --- a/x11-terms/ghostty/ghostty-9999.ebuild +++ b/x11-terms/ghostty/ghostty-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 ZIG_SLOT="0.13" -inherit edo git-r3 zig +inherit git-r3 zig DESCRIPTION="Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration." HOMEPAGE="ghostty.org"