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=('1a01aaf0a90d72a846e11402fd050494627bdb6dda3d01449d995244e229850d')
package() {
cd $pkgname-$pkgver
install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
}