mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
57d4653fcb
* bump(nightly): envision mpv-nightly rasputin rp-appset rp-bookshelf hyprutils.nightly ghostty-nightly zed-nightly types-colorama astal nvidia-patch scx-scheds-nightly glasgow natscli
* bump(nightly): mpv-nightly winetricks-git zed-nightly albius nim-nightly curl_cffi types-colorama scx-scheds-nightly glasgow
* bump(nightly): legcord-nightly mpv-nightly hyprutils.nightly micro-nightly zed-nightly prismlauncher-nightly types-colorama
* bump(nightly): mpv-nightly hyprgraphics.nightly zed-nightly prismlauncher-nightly nim-nightly types-colorama astal libbacktrace-nightly nvidia-patch readymade-git scx-scheds-nightly glasgow
* fix: Conflict
* bump(nightly): zed-nightly nim-nightly types-colorama astal nvidia-patch scx-scheds-nightly natscli spotx-bash
* bump(nightly): legcord-nightly ghostty-nightly zed-nightly gamescope-session prismlauncher-nightly nim-nightly types-colorama libva-nvidia-driver
* bump(nightly): hyprutils.nightly ghostty-nightly zed-nightly prismlauncher-nightly types-colorama scx-scheds-nightly
* bump(nightly): flameshot-nightly legcord-nightly mpv-nightly rasputin rp-appset hyprutils.nightly zed-nightly prismlauncher-nightly nim-nightly types-colorama Carla-nightly readymade-git scx-scheds-nightly glasgow
* bump(nightly): legcord-nightly rasputin rp-appset zed-nightly nim-nightly types-colorama scx-scheds-nightly
* bump(nightly): rasputin rp-appset ghostty-nightly zed-nightly gamescope-session-steam nim-nightly intel-ipu6-drivers scx-scheds-nightly natscli
* bump(nightly): legcord-nightly mpv-nightly rasputin rp-appset zed-nightly prismlauncher-nightly nim-nightly types-colorama libva-nvidia-driver scx-scheds-nightly
* bump(nightly): mpv-nightly rasputin rp-appset ghostty-nightly zed-nightly prismlauncher-nightly nim-nightly types-colorama scx-scheds-nightly
* bump(nightly): flameshot-nightly mpv-nightly hyprutils.nightly ghostty-nightly zed-nightly prismlauncher-nightly nim-nightly types-colorama scx-scheds-nightly glasgow
---------
(cherry picked from commit a82483ad51)
Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
Co-authored-by: Raboneko <raboneko@fyralabs.com>
72 lines
2.1 KiB
RPMSpec
72 lines
2.1 KiB
RPMSpec
%global commit 40d07f6d1e34c5ecaf958d01a5ddee8d9e1fefcf
|
|
%global commit_date 20251111
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
Name: readymade-git
|
|
Version: %commit_date.%shortcommit
|
|
Release: 1%?dist
|
|
Summary: Install ready-made distribution images!
|
|
License: GPL-3.0-or-later
|
|
URL: https://github.com/FyraLabs/readymade
|
|
Source0: %url/archive/%commit.tar.gz
|
|
Source1: https://github.com/FyraLabs/rdms_proc_macros/archive/HEAD.tar.gz
|
|
BuildRequires: anda-srpm-macros rust-packaging mold
|
|
BuildRequires: pkgconfig(libhelium-1)
|
|
BuildRequires: clang-devel
|
|
BuildRequires: gcc
|
|
BuildRequires: cmake
|
|
BuildRequires: glibc-all-langpacks
|
|
# We'll need cryptsetup to unlock disks for now
|
|
Requires: cryptsetup
|
|
Recommends: readymade-config
|
|
Conflicts: readymade
|
|
Obsoletes: readymade-nightly < 20250502.4dc78ec-3
|
|
|
|
Requires: efibootmgr
|
|
|
|
%description
|
|
Readymade is a simple Linux Distribution installer.
|
|
|
|
It is created as a replacement to Red Hat's Anaconda installer.
|
|
|
|
|
|
%package config-ultramarine
|
|
Summary: Readymade Configuration for Ultramarine Linux
|
|
Requires: readymade-git
|
|
Provides: readymade-git-config
|
|
Conflicts: readymade-config-ultramarine
|
|
Obsoletes: readymade-nightly-config-ultramarine < 20250502.4dc78ec-3
|
|
|
|
%description config-ultramarine
|
|
This package contains the configuration files for Readymade to install Ultramarine Linux.
|
|
|
|
|
|
%prep
|
|
%autosetup -n readymade-%commit
|
|
tar xf %{S:1}
|
|
rmdir taidan_proc_macros && mv rdms_proc_macros* taidan_proc_macros
|
|
%cargo_prep_online
|
|
|
|
%build
|
|
%{cargo_build} --locked
|
|
|
|
%install
|
|
install -Dm755 target/rpm/readymade -t %buildroot%_bindir
|
|
./install.sh %buildroot
|
|
ln -sf %{_datadir}/applications/com.fyralabs.Readymade.desktop %{buildroot}%{_datadir}/applications/liveinst.desktop
|
|
|
|
|
|
%files config-ultramarine
|
|
%_sysconfdir/readymade.toml
|
|
%_datadir/readymade/*
|
|
|
|
|
|
%files
|
|
%license LICENSE
|
|
%_bindir/readymade
|
|
%_datadir/polkit-1/actions/com.fyralabs.pkexec.readymade.policy
|
|
%_datadir/applications/com.fyralabs.Readymade.desktop
|
|
%_datadir/applications/liveinst.desktop
|
|
%ghost %_datadir/readymade
|
|
%_datadir/icons/hicolor/scalable/apps/com.fyralabs.Readymade.svg
|