# Maintainer (Arch): David Runge # Contributor (Arch): Pierre Schmitz # Contributor (Arch): Gerardo Exequiel Pozzi # Maintainer: David P. # Contributor: André Silva pkgname=parabolaiso pkgver=45 pkgrel=1 pkgdesc='Tools for creating Parabola GNU/Linux-libre live and install iso images' arch=('any') license=('GPL') url='https://projects.parabola.nu/parabolaiso.git/' depends=('arch-install-scripts' 'curl' 'dosfstools' 'edk2-shell' 'libisoburn' 'lynx' 'mkinitcpio' 'squashfs-tools') provides=("archiso=$pkgver") conflicts=('archiso') replaces=(${conflicts[@]}) source=("https://repo.parabola.nu/other/${pkgname}/${pkgname}-v${pkgver}.tar.gz"{,.sig}) sha256sums=('ba4cc9e477f89756612d90ec36b6bac60eabb0fb9359d0471aa1816ac7ef5bad' 'SKIP') validpgpkeys=(6DB9C4B4F0D8C0DC432CF6E4227CA7C556B2BA78) # David P. package() { cd "${pkgname}-v${pkgver}" make DESTDIR="${pkgdir}" install install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }