gentoo-zh/app-backup/btrfs-assistant/btrfs-assistant-2.1.1.ebuild

32 lines
712 B
Bash

#Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xdg cmake optfeature
DESCRIPTION="A GUI management tool to make managing a Btrfs filesystem easier."
HOMEPAGE="https://gitlab.com/btrfs-assistant/btrfs-assistant"
SRC_URI="https://gitlab.com/btrfs-assistant/btrfs-assistant/-/archive/${PV}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
dev-qt/qtbase:6
dev-qt/qtsvg:6
"
BDEPEND="${DEPEND}"
RDEPEND="
media-fonts/noto
sys-auth/polkit
sys-fs/btrfs-progs
${DEPEND}
"
pkg_postinst() {
xdg_pkg_postinst
optfeature "auto snapshot" app-backup/snapper
optfeature "auto balance and defrag" sys-fs/btrfsmaintenance
}