Skip to content

Commit

Permalink
* add archiso with powerpc64le hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
kth5 committed Apr 12, 2019
1 parent ef9e54e commit bc6a512
Show file tree
Hide file tree
Showing 2 changed files with 540 additions and 0 deletions.
24 changes: 24 additions & 0 deletions archiso/PKGBUILD
@@ -0,0 +1,24 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Gerardo Exequiel Pozzi <djgera@archlinux.org>
# Maintainer: Pierre Schmitz <pierre@archlinux.de>

pkgname=archiso
pkgver=40
pkgrel=3
pkgdesc='Tools for creating Arch Linux live and install iso images'
arch=('any')
license=('GPL')
url='https://projects.archlinux.org/archiso.git/'
depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 'dosfstools' 'lynx')
source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz"
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig"
'archiso-40-powerpc64le.patch')
sha256sums=('22e5af6a757b3fc5f21811f01da578fe5e7f6c83454150eed58ce08507647730'
'SKIP'
'f6143e69d4bd0d945c8f3700640a6d4a448b9b6e454493adc5d4e97fbd7b5aa6')
validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel Pozzi

package() {
(cd "${pkgname}-${pkgver}"; patch -Np1 -i "${srcdir}/archiso-40-powerpc64le.patch")
make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
}

0 comments on commit bc6a512

Please sign in to comment.