Package Details: vesc_tool-git 1:r1412.7c02f7f-1

Git Clone URL: https://aur.archlinux.org/vesc_tool-git.git (read-only, click to copy)
Package Base: vesc_tool-git
Description: VESC ESC graphical configuration tool
Upstream URL: https://vesc-project.com/vesc_tool
Licenses: GPL3
Conflicts: vesc-tool
Submitter: Kezi
Maintainer: bionade24
Last Packager: bionade24
Votes: 3
Popularity: 0.000024
First Submitted: 2018-08-27 22:50 (UTC)
Last Updated: 2024-04-14 12:18 (UTC)

Pinned Comments

bionade24 commented on 2024-04-07 09:57 (UTC)

I switched to the mold linker on purpose to reduce the enormous link times (with LTO) of this project and get better error messages when the linking fails due to the patched buildscript. If you don't like that, use qmake -unset <flags> to remove it.

Latest Comments

« First ‹ Previous 1 2 3

alerque commented on 2020-03-21 11:57 (UTC) (edited on 2020-03-21 11:58 (UTC) by alerque)

Per Arch packaging recommendations, please don't include definitions for empty values, e.g. remove groups=() and the others like it. Are there really no upstream version markers from which to number commits from? Does the software not identify any itself with any version internally?

P.S. Thanks for adding @bionade24 as a co-maintainer.

bionade24 commented on 2020-03-20 20:13 (UTC)

Thanks for updating! Your PKGBUILD is still extremely hacky and doesn't build in a clean chroot. I'm working on a guidelines conforming version. Would be nice if you could add me as co-maintainer.

xorly commented on 2020-01-03 13:38 (UTC)

Why is this PKGBUILD handling git clone instead of relying on makepkg?(https://wiki.archlinux.org/index.php/VCS_package_guidelines)

liborw commented on 2019-12-12 11:37 (UTC)

Hi,

there are missing dependencies:

diff --git a/PKGBUILD b/PKGBUILD
index a7dbcce..72782c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=('any')
 url="https://vesc-project.com/"
 license=('unknown')
 groups=()
-depends=("qt5-connectivity")
+depends=("qt5-connectivity" "qt5-serialport" "qt5-quickcontrols2")
 makedepends=('git')
 provides=()
 conflicts=()