Add: abuild (#3175) (#3181)

* Add: abuild

* fix spacing and add noarch

(cherry picked from commit b0c9eb1d85)

Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Raboneko
2025-02-01 21:25:05 -08:00
committed by GitHub
parent b984a52eca
commit ef0cc6bdf1
3 changed files with 32 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
Name: abuild
Version: 24.12
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
BuildArch: noarch
Packager: Owen Zimmerman <owen@fyralabs.com>
%description
%summary
%prep
git clone https://review.coreboot.org/coreboot.git -b %version
%install
install -Dm 777 coreboot/util/abuild/abuild %buildroot%_bindir/abuild
%files
/usr/bin/abuild
%changelog
* Sat Feb 01 2025 Owen Zimmerman <owen@fyralabs.com>
- Initial Package
+6
View File
@@ -0,0 +1,6 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "abuild.spec"
}
}
+1
View File
@@ -0,0 +1 @@
rpm.version(gh_tag("coreboot/coreboot"));