summaryrefslogtreecommitdiff
path: root/libre/parabolaiso/PKGBUILD
blob: 84235734acca76c91664c6e0ca87df4911160cdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer (Arch): David Runge <dvzrv@archlinux.org>
# Contributor (Arch): Pierre Schmitz <pierre@archlinux.de>
# Contributor (Arch): Gerardo Exequiel Pozzi <djgera@archlinux.org>
# Maintainer: David P. <megver83@parabola.nu>
# Contributor: André Silva <emulatorman@hyperbola.info>

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"
}