efivar 39-1

This commit is contained in:
xhaa123 2024-10-31 14:57:18 +08:00
parent ad5237d262
commit e945624d82

View File

@ -1,7 +1,11 @@
# 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=efivar
pkgver=38
pkgver=39
pkgrel=1
pkgdesc="Tools and libraries to work with EFI variables"
arch=('x86_64')
@ -9,15 +13,8 @@ url="https://github.com/rhboot/efivar"
license=('LGPL-2.1-or-later')
depends=('glibc')
makedepends=('mandoc')
source=(https://github.com/rhboot/efivar/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
sha256sums=(f018ed6e49c5f1c16d336d9fd7687ce87023276591921db1e49a314ad6515349)
prepare() {
cd ${pkgname}-${pkgver}
sed '/prep :/a\\ttouch prep' -i src/Makefile
}
source=(https://github.com/rhboot/efivar/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha256sums=(c9edd15f2eeeea63232f3e669a48e992c7be9aff57ee22672ac31f5eca1609a6)
build() {
cd ${pkgname}-${pkgver}