summaryrefslogtreecommitdiff
path: root/libre/parabolaiso/PKGBUILD
blob: 4b26123dfe05c860af5e2866db9f7fa5d7a73850 (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
# Maintainer (Arch): Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
# Maintainer (Arch): Pierre Schmitz <pierre@archlinux.de>
# Maintainer: David P. <megver83@parabola.nu>
# Contributor: André Silva <emulatorman@hyperbola.info>

pkgname=parabolaiso
pkgver=43
pkgrel=1
pkgdesc='Tools for creating Parabola GNU/Linux-libre live and install iso images'
arch=('any')
license=('GPL')
url='https://git.parabola.nu/packages/parabolaiso.git/'
depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 'dosfstools' 'lynx')
provides=("archiso=$pkgver")
conflicts=('archiso')
replaces=(${conflicts[@]})
source=("https://repo.parabola.nu/other/${pkgname}/${pkgname}-v${pkgver}.tar.gz"{,.sig})
sha256sums=('f4be94bd37ce73dc9e424d99b9a2571bf1b45388e1ea2813f82f430457cd2a67'
            'SKIP')
validpgpkeys=(6DB9C4B4F0D8C0DC432CF6E4227CA7C556B2BA78) # David P.

package() {
    make -C "${pkgname}-v${pkgver}" DESTDIR="${pkgdir}" install
    install -Dm644 "${pkgname}-v${pkgver}"/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}