Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 3cpio
Commits: 58a71aae by Tobias Powalowski at 2024-08-30T08:34:56+02:00 reformat PKGBUILD - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -7,16 +7,34 @@ pkgdesc='Manage Linux kernel initramfs cpio files written in Rust' arch=('x86_64') url='https://github.com/bdrung/3cpio' license=('ISC') -depends=('glibc' 'gcc-libs') -makedepends=('git' 'rust' 'bzip2' 'gzip' 'lz4' 'lzop' 'xz' 'zstd') -optdepends=('bzip2: Support for bzip2 compressed initramfs image' - 'lz4: Support for lz4 compressed initramfs image' - 'lzop: Support for lzo compressed initramfs image' - 'xz: Support for lzma or xz compressed initramfs image' - 'zstd: Support for zstd compressed initramfs image' +depends=( + glibc + gcc-libs ) -source=(git+https://github.com/bdrung/3cpio.git#tag=$pkgver?signed) -validpgpkeys=('A62D2CFBD50B9B5BF360D54B159EB5C4EFC8774C' # Benjamin Drung bdr...@debian.de +makedepends=( + git + rust +) +checkdepends=( + bzip2 + gzip + lz4 + lzop + xz + zstd +) +optdepends=( + bzip2: Support for bzip2 compressed initramfs image + lz4: Support for lz4 compressed initramfs image + lzop: Support for lzo compressed initramfs image + xz: Support for lzma or xz compressed initramfs image + zstd: Support for zstd compressed initramfs image +) +source=( + git+https://github.com/bdrung/3cpio.git#tag=${pkgver}?signed +) +validpgpkeys=( + A62D2CFBD50B9B5BF360D54B159EB5C4EFC8774C # Benjamin Drung bdr...@debian.de ) b2sums=('9158ab77e8634393095ec96741c91bd9bf3e1bb10c1cdb539c7e45314e5bd248a2b3e9469fb3e86d6f6b1b1e4dcaf0ef9b6c9bdc40dab5f6382a834dc90a75e8') @@ -36,4 +54,3 @@ package() { install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -# vim: ts=2 sw=2 et: View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/commit/58a71aae4e61339694c0394fda829b79759542c4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/commit/58a71aae4e61339694c0394fda829b79759542c4 You're receiving this email because of your account on gitlab.archlinux.org.