app-admin/ananicy-rules-cachyos - 1.1.48 (xarblu-overlay)

Search

Install

Install this version:

emerge -a =app-admin/ananicy-rules-cachyos-1.1.48

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

autounmask =app-admin/ananicy-rules-cachyos-1.1.48

Or alternatively:

emerge --autounmask-write -a =app-admin/ananicy-rules-cachyos-1.1.48

Package Information

Description:
ananicy-cpp-rules from CachyOS
Homepage:
https://github.com/CachyOS/ananicy-rules
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.1.48 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# shellchech shell=bash
# shellcheck disable=SC2034

EAPI=8

MY_PN="${PN%-cachyos}"

DESCRIPTION="ananicy-cpp-rules from CachyOS"
HOMEPAGE="https://github.com/CachyOS/ananicy-rules"
SRC_URI="https://github.com/CachyOS/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

src_install() {
	insinto /etc/ananicy.d/
	doins -r \
		00-default \
		00-cgroups.cgroups \
		00-types.types \
		ananicy.conf
}

Manifest for 1.1.48

Type File Size Source URLs
DIST ananicy-rules-cachyos-1.1.48.tar.gz 437925 bytes https://github.com/CachyOS/ananicy-rules/archive/refs/tags/1.1.48.tar.gz