x11-apps/sx - 3.0 (nymphos)

Search

Package Information

Description:
Start an xorg server
Homepage:
https://github.com/Earnestly/sx
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
3.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 NymphOS Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Start an xorg server"
HOMEPAGE="https://github.com/Earnestly/sx"
SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	x11-base/xorg-server
	x11-apps/xauth"

src_compile() {
	:
}

src_install() {
	dobin "${PN}"
	doman "${PN}.1"
	dodoc README
}

Dependencies

RDEPEND

	x11-base/xorg-server
	x11-apps/xauth