diff options
author | nl6720 | 2020-09-29 12:17:06 +0300 |
---|---|---|
committer | nl6720 | 2020-09-29 12:19:31 +0300 |
commit | 0667b7d760bea8b49d02a4300731a57d409f0232 (patch) | |
tree | a92771d6e5717edb4df8c8280af0d412763a7f05 /PKGBUILD | |
parent | eff7b63a8dac7817b52695d97c6dff44551d2906 (diff) | |
download | aur-preloader-signed.tar.gz |
Improve PKGBUILD
Improve pkgdesc.
Add upstream provided checksums.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -1,19 +1,20 @@ -# Maintainer: nl6720 <nl6720@gmail.com> +# Maintainer: nl6720 <nl6720@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname='preloader-signed' pkgver='20130208' pkgrel='1' -pkgdesc='Linux Foundation UEFI secure boot system' +pkgdesc='Linux Foundation UEFI secure boot system (prebuilt X64 EFI binaries)' url='https://blog.hansenpartnership.com/linux-foundation-secure-boot-system-released/' -arch=('x86_64') +arch=('any') license=('GPL' 'LGPL2.1') options=('!strip') -source_x86_64=('https://blog.hansenpartnership.com/wp-uploads/2013/PreLoader.efi' - 'https://blog.hansenpartnership.com/wp-uploads/2013/HashTool.efi') - -sha512sums_x86_64=('c73583439ad989f5eb3a68753df56a06dc2f04b637415e3c515c74654651e0991a1d5f0ab84da4cd1d681d29a35271ff584a5b988b28ce1b810f94c0d0a57aff' - 'a51ce176c93417e53ec6d78c16afa5e8b9545e623d98d4fc55fc3762f33cd942ea1dce1211b2ed80703df08fe4fed84aff1fa86063c27b08413b3882019c4afd') +source=('https://blog.hansenpartnership.com/wp-uploads/2013/PreLoader.efi' + 'https://blog.hansenpartnership.com/wp-uploads/2013/HashTool.efi') +md5sums=('4f7a4f566781869d252a09dc84923a82' + '45639d23aa5f2a394b03a65fc732acf2') +sha512sums=('c73583439ad989f5eb3a68753df56a06dc2f04b637415e3c515c74654651e0991a1d5f0ab84da4cd1d681d29a35271ff584a5b988b28ce1b810f94c0d0a57aff' + 'a51ce176c93417e53ec6d78c16afa5e8b9545e623d98d4fc55fc3762f33cd942ea1dce1211b2ed80703df08fe4fed84aff1fa86063c27b08413b3882019c4afd') package() { install -D -m0644 -t "${pkgdir}/usr/share/${pkgname}/" "${srcdir}/PreLoader.efi" |