diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /efibootmgr | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'efibootmgr')
| -rw-r--r-- | efibootmgr/.checksum | 1 | ||||
| -rw-r--r-- | efibootmgr/.files | 7 | ||||
| -rw-r--r-- | efibootmgr/abuild | 12 | ||||
| -rw-r--r-- | efibootmgr/depends | 1 |
4 files changed, 21 insertions, 0 deletions
diff --git a/efibootmgr/.checksum b/efibootmgr/.checksum new file mode 100644 index 00000000..909c866e --- /dev/null +++ b/efibootmgr/.checksum @@ -0,0 +1 @@ +988f79f292427e7f5147db6f326a89b06380e2a0ccdfefeb89815da51975f885 efibootmgr-18.tar.gz diff --git a/efibootmgr/.files b/efibootmgr/.files new file mode 100644 index 00000000..c296c18a --- /dev/null +++ b/efibootmgr/.files @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/sbin/ +-rwxr-xr-x root/root usr/sbin/efibootmgr +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +-rwxr-xr-x root/root usr/share/man/man8/efibootmgr.8.gz diff --git a/efibootmgr/abuild b/efibootmgr/abuild new file mode 100644 index 00000000..5a2c96ec --- /dev/null +++ b/efibootmgr/abuild @@ -0,0 +1,12 @@ +name=efibootmgr +version=18 +release=1 +source="https://github.com/rhboot/efibootmgr/archive/$version/$name-$version.tar.gz" +export CFLAGS="${CFLAGS} -Wno-error=pointer-sign" + +build() { + sed -e '/extern int efi_set_verbose/d' -i src/efibootmgr.c + EFIDIR=/boot/efi make + install -D src/efibootmgr $PKG/usr/sbin/efibootmgr + install -D src/efibootmgr.8 $PKG/usr/share/man/man8/efibootmgr.8 +} diff --git a/efibootmgr/depends b/efibootmgr/depends new file mode 100644 index 00000000..27415d9e --- /dev/null +++ b/efibootmgr/depends @@ -0,0 +1 @@ +efivar |