app-misc/chayang - 0.1.0 (guru)

Search

Install

Install this version:

emerge -a =app-misc/chayang-0.1.0

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

autounmask =app-misc/chayang-0.1.0

Or alternatively:

emerge --autounmask-write -a =app-misc/chayang-0.1.0

Package Information

Description:
Gradually dim the screen.
Homepage:
https://git.sr.ht/~emersion/chayang
License:
MIT

Ebuild Details

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

EAPI=8

inherit meson

DESCRIPTION="Gradually dim the screen."
HOMEPAGE="https://git.sr.ht/~emersion/chayang"
SRC_URI="https://git.sr.ht/~emersion/chayang/archive/v${PV}.tar.gz -> ${PN}-${PV}.tar.gz"

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

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

RESTRICT="mirror"

RDEPEND="dev-libs/wayland"
DEPEND="${RDEPEND}"
BDEPEND="
	>=dev-libs/wayland-protocols-1.14
	>=dev-util/wayland-scanner-1.14.91
	virtual/pkgconfig
"

Inherited Eclasses

Dependencies

DEPEND

dev-libs/wayland

RDEPEND

dev-libs/wayland

BDEPEND

	>=dev-libs/wayland-protocols-1.14
	>=dev-util/wayland-scanner-1.14.91
	virtual/pkgconfig

Manifest for 0.1.0

Type File Size Source URLs
DIST chayang-0.1.0.tar.gz 10508 bytes https://git.sr.ht/~emersion/chayang/archive/v0.1.0.tar.gz