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
# 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
}
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
dev-libs/wayland dev-libs/wayland-protocols
dev-libs/wayland dev-libs/wayland-protocols
dev-util/wayland-scanner
| 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 |