milis/talimatname/genel/efibootmgr/talimat

17 lines
501 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: UEFI üretici yazılımı önyükleme yöneticisi değişkenlerini değiştirmek için kullanılan araç
# URL: https://github.com/rhinstaller/efibootmgr
# Packager: alihan-ozturk28@hotmail.com
# Depends on: efivar
name=efibootmgr
version=0.12.1
release=1
source=(https://crux.nu/~tek/${name}-${version}.tar.xz)
build() {
cd $name-$version
make EXTRA_CFLAGS="-Os"
install -D src/efibootmgr $PKG/usr/sbin/efibootmgr
install -D src/efibootmgr.8 $PKG/usr/man/man8/efibootmgr.8
}