# Maintainer: Anton Hvornum # Contributor: demostanis worlds pkgname="archinstall" pkgver="2.1.0" pkgdesc="Installs launcher scripts for archinstall" pkgrel=1 url="https://github.com/Torxed/archinstall" license=('GPLv3') provides=("${pkgname}") arch=('x86_64') source=("${pkgname}-v${pkgver}-x86_64.tar.gz::https://github.com/Torxed/archinstall/archive/v$pkgver.tar.gz") depends=('python-archinstall') sha256sums=('4f8221158808228833e052260590e7ecf2733de108ada134cdde6d40ab45526b') package() { mkdir -p "${pkgdir}/usr/bin" # Install a guided profile cat - > "${pkgdir}/usr/bin/archinstall" <