Newer
Older
# Maintainer: Dan Johansen <strit@manjaro.org>
# Contributor: Helmut Stult <helmut@manjaro.org>
pkgname=manjaro-arm-installer
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=('7ccb9f4e47493bfa738bde569d2f64f48d98b9523754f5b6f987362c9e334108')
package() {
cd $pkgname-$pkgver
install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
}