# Maintainer: Laurent Jourden pkgname=archuseriso pkgver=0.7.15.3 pkgrel=1 pkgdesc="Create bootable disk images of Arch Linux, install to USB disk or thumb drive" arch=('any') url="https://github.com/laurent85v/archuseriso" license=('GPL3') depends=('arch-install-scripts' 'bash' 'dosfstools' 'e2fsprogs' 'erofs-utils' 'grub' 'libarchive' 'libisoburn' 'make' 'mtools' 'parted' 'squashfs-tools' 'syslinux') optdepends=('devtools: for building ZFS packages' 'edk2-ovmf: for emulating UEFI with aui-run' 'erofs-utils: for experimental EROFS support in aui-mkiso' 'f2fs-tools: for F2FS file system option' 'openssl: for codesigning support when building netboot artifacts' 'pacman-contrib: for building ZFS packages' 'qemu-desktop: virtual machine for aui-run testings') conflicts=('archuseriso') source=("http://dl.gnutux.fr/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz" "http://dl.gnutux.fr/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig") sha256sums=('b70ccf81b1915d46107679a1cf7a31c16655316015cb3e5f37b46b5f763072c4' 'SKIP') b2sums=('e48c6e99b7be6f725f193d5d1e7313bc9e6d9f8b7c2b823dbc449130e09b53a87727c9e8f3e2359d08ae84a96df89894cdcc48b721f1e72f42f98cde087d9f9b' 'SKIP') validpgpkeys=('A5143BB56952B3189F49A175FAC4560863BEEC34') # Laurent Jourden package() { cd "${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" PREFIX="/usr" install }