1
0
forked from ports/opt

efibootmgr: 0.12.1 -> 13

This commit is contained in:
Thomas Penteker 2016-09-16 19:42:08 +02:00
parent 975c8ac55a
commit 21ae789345
3 changed files with 8 additions and 7 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rwxr-xr-x root/root usr/man/man8/efibootmgr.8.gz
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

View File

@ -1 +1 @@
42598c4469fa110c5e1821f948d4b1dc efibootmgr-0.12.1.tar.xz
77d07acffe5b6f1ac4857088f12c35fb efibootmgr-13.tar.bz2

View File

@ -4,13 +4,13 @@
# Depends on: efivar
name=efibootmgr
version=0.12.1
version=13
release=1
source=(https://crux.nu/~tek/${name}-${version}.tar.xz)
source=(https://github.com/rhinstaller/$name/releases/download/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
make
install -D src/efibootmgr $PKG/usr/sbin/efibootmgr
install -D src/efibootmgr.8 $PKG/usr/man/man8/efibootmgr.8
install -D src/efibootmgr.8 $PKG/usr/share/man/man8/efibootmgr.8
}