# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Cockpit ZFS Manager is an interactive ZFS on Linux admin package for Cockpit." HOMEPAGE="https://github.com/optimans/cockpit-zfs-manager" SRC_URI="https://github.com/optimans/cockpit-zfs-manager/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64" DEPEND="" BDEPEND="" RDEPEND="${DEPEND} >=app-admin/cockpit-201 >=sys-fs/zfs-0.8 " src_install() { insinto /usr/share/cockpit doins -r zfs }