mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/cryptsetup1: replaces cryptsetup
This commit is contained in:
parent
49b7ed8a5a
commit
bb8551d7d4
@ -2,13 +2,14 @@
|
|||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=cryptsetup1
|
pkgname=cryptsetup1
|
||||||
pkgver=1.7.5
|
pkgver=1.7.5
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Userspace setup tool for transparent encryption of block devices using the Linux 2.6 cryptoapi"
|
pkgdesc="Userspace setup tool for transparent encryption of block devices using the Linux 2.6 cryptoapi"
|
||||||
url="https://gitlab.com/cryptsetup/cryptsetup"
|
url="https://gitlab.com/cryptsetup/cryptsetup"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
depends=""
|
depends=""
|
||||||
conflicts="cryptsetup"
|
conflicts="cryptsetup"
|
||||||
|
replaces="cryptsetup"
|
||||||
makedepends_build=""
|
makedepends_build=""
|
||||||
makedepends_host="lvm2-dev libressl-dev popt-dev util-linux-dev"
|
makedepends_host="lvm2-dev libressl-dev popt-dev util-linux-dev"
|
||||||
makedepends="$makedepends_build $makedepends_host"
|
makedepends="$makedepends_build $makedepends_host"
|
||||||
|
Loading…
Reference in New Issue
Block a user