Search Criteria
Package Details: framework-system-git r249.7ebfe61-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/framework-system-git.git (read-only, click to copy) |
---|---|
Package Base: | framework-system-git |
Description: | Tool to interact with the framework system (git development version) |
Upstream URL: | https://frame.work |
Keywords: | bios ec esrt firmware framework laptop pd tool uefi |
Licenses: | MIT |
Conflicts: | framework-system |
Provides: | framework-system |
Submitter: | GreyXor |
Maintainer: | GreyXor |
Last Packager: | GreyXor |
Votes: | 3 |
Popularity: | 0.59 |
First Submitted: | 2023-09-19 10:20 (UTC) |
Last Updated: | 2023-09-20 07:02 (UTC) |
Dependencies (6)
- gcc-libs (gccrs-libs-gitAUR, gcc-libs-gitAUR, gcc11-libsAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-widevineAUR)
- libusb (libusb-gitAUR)
- systemd-libs (systemd-libs-gitAUR, systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR)
- cargo (rust-nightly-binAUR, cargo-gitAUR, rustup-gitAUR, rust, rustup) (make)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
Latest Comments
dyslexicjedi commented on 2023-12-05 21:00 (UTC)
If you have issues with /dev/cros_ec not found on an AMD system, there is a work around discussed here: https://github.com/FrameworkComputer/framework-system/issues/20
zekesonxx commented on 2023-11-22 21:14 (UTC)
I seem to be unable to compile this tool with LTO enabled. Causes libgit2-sys to not properly link to libgit2, which causes the whole thing to fail to compile.
Was able to fix by adding
OPTIONS=(!lto)
to the PKGBUILD.