summaryrefslogtreecommitdiff
path: root/archiso-dual/PKGBUILD
blob: 1b7668ba2bf0e9a3944928997003eafc7a0b4bd1 (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
29
30
31
32
33
# $Id$
# Maintainer: Erich Eckner <arch at eckner dot net>
# Contributor: Gerardo Exequiel Pozzi <djgera@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>

# repo: releng

_target_arch=$(printf '%s' x 8 6 _ 6 4 ' and ' i 6 8 6)

pkgname=archiso-dual
pkgver=34
pkgrel=1
pkgdesc='Tools for creating Arch Linux live and install iso images - for '"${_target_arch}"
arch=('any')
license=('GPL')
url='https://github.com/archlinux32/archiso32'
depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 'dosfstools' 'lynx' 'pacman-mirrorlist32' 'archlinux32-keyring')
conflicts=('archiso' 'archiso32')
source=(
  "https://github.com/archlinux32/${pkgname%-dual}32/releases/download/dual-v${pkgver}/${pkgname%-dual}32-dual-v${pkgver}.tar.xz"{,.sig}
)
sha512sums=(
  '92dea5d445c536e9bb0eecdc2f3f7af2b76c1ddf185542d5c0853103c77643566cca2ae11f6eb5d2f482263630c5bb0b9d2f0f2384a3710729e45fd0fd96cf56'
  'SKIP'
)
validpgpkeys=(
  '5FDCA472AB93292BC678FD59255A76DB9A12601A'
  'DE9F7688CACF04FEB81A6C590AEEC90755DA7B5A'
)

package() {
    make -C "${pkgname/-/32-}-v${pkgver}" DESTDIR="${pkgdir}" install
}