🔒 Repository is read-only – file editing is disabled.

recipes/utils/cryptsetup/PAGBUILD.yaml main

35 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435
pkgname: cryptsetup
pkgver: '2.8.7'
pkgrel: '1'
pkgdesc: 'Cryptsetup is used to set up transparent encryption of block devices using the kernel crypto API.'
url: 'https://www.kernel.org/pub/linux/utils/cryptsetup'
arch: x86_64
depends: []
makedepends:
- 'util-linux'
- lvm2
- popt
- 'json-c'
- libssh
- asciidoctor

source:
- 'https://www.kernel.org/pub/linux/utils/cryptsetup/v2.8/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr      \
              --sbindir=/usr/bin \
              --disable-static

  make
  make DESTDIR=${PKGDIR} install

  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libcryptsetup.la

package: |
  true