# Maintainer: Dan Johansen <strit@manjaro.org> # Contributor: Helmut Stult <helmut@manjaro.org> pkgname=manjaro-arm-installer pkgver=1.2.6 pkgrel=1 pkgdesc="Scripts to install Manjaro ARM directly to SD/eMMC cards" arch=('any') url="https://gitlab.manjaro.org/packages/community/$pkgname" license=('GPL3') depends=('debian-whois-mkpasswd' 'dialog' 'gawk' 'git' 'libarchive' 'manjaro-arm-qemu-static' 'parted' 'wget') source=("https://gitlab.manjaro.org/manjaro-arm/applications/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz") sha256sums=('44ea2ad3af06c05aff6e09496dd2c6e4f219976be6fe236c4014e2e05b76889d') package() { cd $pkgname-$pkgver install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname }