Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:tools
arch-install-scripts
arch-install-scripts.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File arch-install-scripts.spec of Package arch-install-scripts
# # spec file for package arch-install-scripts # # Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: arch-install-scripts Version: 24 Release: 0 Summary: Scripts to bootstrap Arch Linux distribution License: GPL-2.0-only URL: https://github.com/archlinux/arch-install-scripts Source0: https://github.com/archlinux/arch-install-scripts/archive/v24.tar.gz#/%{name}-%{version}.tar.gz Source1: https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/raw/master/archlinux.gpg Source2: https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/raw/master/archlinux-revoked Source3: https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/raw/master/archlinux-trusted BuildRequires: asciidoc BuildRequires: m4 Recommends: pacman Provides: arch-chroot Provides: genfstab Provides: pacstrap Provides: archlinux-keyring = 20210902 BuildArch: noarch %description A small suite of scripts aimed at automating some menial tasks when installing Arch Linux, most notably including actually performing the installation. To install and launch Arch in a container: pacman-key --init pacman-key --populate archlinux mkdir -p %{_localstatedir}/lib/machines/arch pacstrap -G -M -i -c %{_localstatedir}/lib/machines/arch base systemd-nspawn -bD %{_localstatedir}/lib/machines/arch %package bash-completion Summary: Bash Completion for %{name} Requires: bash-completion Supplements: (%{name} and bash-completion) BuildArch: noarch %description bash-completion The official bash completion script for %{name}. %package zsh-completion Summary: ZSH Completion for %{name} Supplements: (%{name} and zsh) BuildArch: noarch %description zsh-completion The official zsh completion script for %{name}. %prep %setup -q %build %{make_build} PREFIX=%{_prefix} %install %{make_install} PREFIX=%{_prefix} install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pacman/keyrings/archlinux.gpg install -D -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/pacman/keyrings/archlinux-revoked install -D -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/pacman/keyrings/archlinux-trusted %check %{make_build} check %files %license COPYING %doc README.md %{_bindir}/arch-chroot %{_bindir}/genfstab %{_bindir}/pacstrap %{_mandir}/man8/arch-chroot.8%{?ext_man} %{_mandir}/man8/genfstab.8%{?ext_man} %{_mandir}/man8/pacstrap.8%{?ext_man} %{_datadir}/pacman %{_datadir}/pacman/keyrings %{_datadir}/pacman/keyrings/archlinux.gpg %{_datadir}/pacman/keyrings/archlinux-revoked %{_datadir}/pacman/keyrings/archlinux-trusted %files bash-completion %{_datadir}/bash-completion %files zsh-completion %{_datadir}/zsh %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor