x11-terms/glass - 0.3.43 (blshkv)

Search

Install

Install this version:

emerge -a =x11-terms/glass-0.3.43

Package Information

Description:
Terminal emulator in x86_64 Linux assembly, speaks X11 wire protocol directly
Homepage:
https://github.com/isene/glass
License:
Unlicense

Ebuild Details

Version EAPI Keywords Slot
0.3.43 8 -* amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

GLYPH_PV="0.5.0"

DESCRIPTION="Terminal emulator in x86_64 Linux assembly, speaks X11 wire protocol directly"
HOMEPAGE="https://github.com/isene/glass"
SRC_URI="
	https://github.com/isene/glass/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz
	https://github.com/isene/glyph/archive/refs/tags/v${GLYPH_PV}.tar.gz -> glyph-${GLYPH_PV}.gh.tar.gz
"
S="${WORKDIR}/glass-${PV}"

LICENSE="Unlicense"
SLOT="0"
KEYWORDS="-* amd64"

BDEPEND="dev-lang/nasm"
RDEPEND="media-fonts/font-misc-misc"

src_prepare() {
	eapply "${FILESDIR}/${P}-selection-extract-oob.patch"
	eapply "${FILESDIR}/${P}-gc-bg-alpha-argb.patch"
	eapply_user
}

src_unpack() {
	default
	# glass.asm does: %include "../glyph/glyph.asm"
	mv "${WORKDIR}/glyph-${GLYPH_PV}" "${WORKDIR}/glyph" || die
}

src_compile() {
	emake glass
}

src_install() {
	dobin glass
}

Dependencies

RDEPEND

media-fonts/font-misc-misc

BDEPEND

dev-lang/nasm

Manifest for 0.3.43

Type File Size Source URLs
DIST glass-0.3.43.gh.tar.gz 1751694 bytes https://github.com/isene/glass/archive/refs/tags/v0.3.43.tar.gz
DIST glyph-0.5.0.gh.tar.gz 61219 bytes https://github.com/isene/glyph/archive/refs/tags/v0.5.0.tar.gz