Search Criteria
Package Details: popsicle-git 1.3.1.r10.g2b88960-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/popsicle-git.git (read-only, click to copy) |
---|---|
Package Base: | popsicle-git |
Description: | Linux utility for flashing multiple USB devices in parallel, written in Rust |
Upstream URL: | https://github.com/pop-os/popsicle |
Keywords: | CLI flash GTK iso Pop!_OS Rust USB |
Licenses: | MIT |
Conflicts: | popsicle |
Provides: | popsicle |
Submitter: | flipflop97 |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-16 18:40 (UTC) |
Last Updated: | 2022-12-05 22:00 (UTC) |
Dependencies (6)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- xorgproto (xorgproto-gitAUR) (make)
Latest Comments
MithicSpirit commented on 2022-10-30 03:32 (UTC)
Currently fails to build for me due to missing
clang
make dependency.FabioLolix commented on 2020-09-28 18:32 (UTC)
@cdknight you can make a 'dummy' pkgbuild which provide rust and cargo, but don't submit it to the AUR. You can take inspiration from my meta pkgbuild abcde-musicbrainz-meta and replace the line depends=(..) with provides=(rust cargo)
cdknight commented on 2020-09-28 18:00 (UTC)
Any way to prevent rust/cargo from being a dependency, here, if we installed rust already from https://rustup.rs and we don't want to use the Arch-provided version?
archisman commented on 2020-08-18 05:32 (UTC)
Will this AUR package work in Raspberry Pi (armhf or arm64)?
FabioLolix commented on 2020-01-07 14:26 (UTC)
Fixed, thanks
friday commented on 2020-01-07 00:28 (UTC)
Nice of you to pick up and maintain this btw :)
friday commented on 2020-01-07 00:28 (UTC)
fatal: 'origin/async' is not a commit and a branch 'makepkg' cannot be created from it
(Looks like that branch got merged into master https://github.com/pop-os/popsicle/pull/82)
FabioLolix commented on 2019-12-26 22:04 (UTC)
Fixed thanks
friday commented on 2019-12-21 04:18 (UTC)
As of the xorg cleanup (https://www.archlinux.org/news/xorg-cleanup-requires-manual-intervention/) this no longer build for me without installing xorgproto, so I think xorgproto should be explicitly listed as a make dependency or dependency now.