ananicy-rules-cachyos-1.1.46xarblu-overlay
download
# 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
}