summaryrefslogtreecommitdiff
path: root/app-crypt/cryptsetup-scripts-dinit/cryptsetup-scripts-dinit-2.8.6.ebuild
blob: fb396a72bf296c42221029c04e26af0f58c24d92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
DESCRIPTION="Debian cryptsetup-scripts with patches for service usage"
HOMEPAGE="https://codeberg.org/gentoo-dinit/cryptsetup"
SRC_URI="https://codeberg.org/gentoo-dinit/cryptsetup/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/cryptsetup"
LICENSE="GPL-2+"
SLOT=0
KEYWORDS="~amd64"

RDEPEND="sys-fs/cryptsetup"
DEPEND="${RDEPEND}"