gui-apps/stacktile - 1.0.0 (wayland-desktop)

Search

Install

Install this version:

emerge -a =gui-apps/stacktile-1.0.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gui-apps/stacktile-1.0.0

Or alternatively:

emerge --autounmask-write -a =gui-apps/stacktile-1.0.0

Package Information

Description:
stacktile is a layout generator for the river Wayland compositor.
Homepage:
https://git.sr.ht/~leon_plickat/stacktile
License:
GPLv3

Ebuild Details

Version EAPI Keywords Slot
1.0.0 8 ~arm64 ~amd64 0
View Raw Ebuild
# Copyright 2023 Niklaus 'vimja' Hofer
# Distributed under the terms of the ISC License

EAPI=8

DESCRIPTION="stacktile is a layout generator for the river Wayland compositor."
HOMEPAGE="https://git.sr.ht/~leon_plickat/stacktile"
SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}"/${PN}-v${PV}

LICENSE="GPLv3"
SLOT="0"
IUSE="test"
RESTRICT="!test? ( test )"

KEYWORDS="~arm64 ~amd64"

RDEPEND="
	dev-libs/wayland
	dev-libs/wayland-protocols
"
DEPEND="${RDEPEND}"
BDEPEND="
	dev-util/wayland-scanner
"

src_install() {
	emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
	einstalldocs
}

USE Flags

Manage flags for this package: euse -i <flag> -p gui-apps/stacktile | euse -E <flag> -p gui-apps/stacktile | euse -D <flag> -p gui-apps/stacktile

Global/Standard Flags

Dependencies

DEPEND

	dev-libs/wayland
	dev-libs/wayland-protocols

RDEPEND

	dev-libs/wayland
	dev-libs/wayland-protocols

BDEPEND

	dev-util/wayland-scanner

Manifest for 1.0.0

Type File Size Source URLs
DIST stacktile-1.0.0.tar.gz 25926 bytes https://git.sr.ht/~leon_plickat/stacktile/archive/v1.0.0.tar.gz