mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
(cherry picked from commit 6ef3e3804d)
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@ Release: 1%?dist
|
||||
Summary: coreboot autobuild script builds coreboot images for all available targets.
|
||||
URL: https://doc.coreboot.org/util/abuild/index.html
|
||||
License: GPLv2
|
||||
BuildRequires: git
|
||||
BuildRequires: anda-srpm-macros
|
||||
BuildArch: noarch
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
@@ -12,14 +12,14 @@ Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
%summary
|
||||
|
||||
%prep
|
||||
git clone https://review.coreboot.org/coreboot.git -b %version
|
||||
%git_clone https://review.coreboot.org/coreboot.git %version
|
||||
|
||||
%install
|
||||
install -Dm 777 coreboot/util/abuild/abuild %buildroot%_bindir/abuild
|
||||
install -Dm 777 util/abuild/abuild %buildroot%_bindir/abuild
|
||||
|
||||
%files
|
||||
/usr/bin/abuild
|
||||
|
||||
%changelog
|
||||
* Sat Feb 01 2025 Owen Zimmerman <owen@fyralabs.com>
|
||||
- Initial Package
|
||||
- Initial Package
|
||||
|
||||
Reference in New Issue
Block a user