Package Details: uefitool-ng-git r367.2cbd78f-1

Git Clone URL: https://aur.archlinux.org/uefitool-ng-git.git (read-only, click to copy)
Package Base: uefitool-ng-git
Description: UEFI firmware image viewer and editor and utilities
Upstream URL: https://github.com/LongSoft/UEFITool
Licenses: BSD
Conflicts: uefitool-ng
Provides: uefitool-ng
Submitter: fox8091
Maintainer: fox8091
Last Packager: fox8091
Votes: 2
Popularity: 0.000000
First Submitted: 2019-03-12 11:23 (UTC)
Last Updated: 2019-04-01 06:22 (UTC)

Latest Comments

melvyn2 commented on 2023-03-21 00:45 (UTC)

==> Starting build()...
 /pkgbuilds/uefitool-ng-git/PKGBUILD: line 27: ./unixbuild.sh: No such file or directory

c0d3z3r0 commented on 2022-09-25 16:40 (UTC)

PKGBUILD needs a fix:

@@ -26,9 +26,9 @@ build() {
   cd "$srcdir/$_pkgname"
   ./unixbuild.sh --configure
   for tool in "${_tools[@]}"; do
-    cd "$tool"
+    cd "build/$tool"
     make
-    cd ..
+    cd ../..
   done
 }

@@ -36,7 +36,7 @@ package() {
   cd "$srcdir/$_pkgname"
   # Tools
   for tool in "${_tools[@]}"; do
-    install -D -m755 "$tool/$tool" "$pkgdir/usr/bin/${tool,,}-ng"
+    install -D -m755 "build/$tool/$tool" "$pkgdir/usr/bin/${tool,,}-ng"
   done
   # License
   install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"

fox8091 commented on 2019-04-01 06:23 (UTC)

Apologies about that. It's been fixed.

feherneoh commented on 2019-03-31 06:19 (UTC)

Building this requires cmake, but it's not on the build time dependency list