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