efibootmgr 18-2
This commit is contained in:
parent
116ae0b93d
commit
6e4311c87b
10
PKGBUILD
10
PKGBUILD
@ -1,12 +1,16 @@
|
||||
# Maintainer: Future Linux Team <futurelinux@163.com>
|
||||
# This is an example PKGBUILD file. Use this as a start to creating your own,
|
||||
# and remove these comments. For more information, see 'man PKGBUILD'.
|
||||
# NOTE: Please fill out the license field for your package! If it is unknown,
|
||||
# then please put 'unknown'.
|
||||
|
||||
# Maintainer: Future Linux Team <xhaa123@outlook.com>
|
||||
pkgname=efibootmgr
|
||||
pkgver=18
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Linux user-space application to modify the EFI Boot Manager"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/rhboot/efibootmgr"
|
||||
license=('GPL2')
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=('glibc' 'popt' 'efivar')
|
||||
source=(https://github.com/rhboot/efibootmgr/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
|
||||
sha256sums=(442867d12f8525034a404fc8af3036dba8e1fc970998af2486c3b940dfad0874)
|
||||
|
Loading…
Reference in New Issue
Block a user