Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: popsicle-app #6898

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ polybar
pomatez-deb
popcorn-time-deb
popsicle
popsicle-app
postman-bin
powertop-git
prettier
Expand Down
10 changes: 10 additions & 0 deletions packages/popsicle-app/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
pkgbase = popsicle-app
gives = popsicle
pkgver = 1.3.3
pkgdesc = Popsicle is a Linux utility for flashing multiple USB devices in parallel and written in Rust
arch = amd64
maintainer = James Ed Randson <[email protected]>
source = https://github.com/pop-os/popsicle/releases/download/1.3.3/Popsicle_USB_Flasher-1.3.3-x86_64.AppImage
sha256sums = fb975b0362032213564531c0bfb5f2b064825b9fa58c89d6b8ebd75dfcb2db50

pkgname = popsicle-app
23 changes: 23 additions & 0 deletions packages/popsicle-app/popsicle-app.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
pkgname="popsicle-app"
gives="popsicle"
arch=("amd64")
pkgver="1.3.3"
pkgdesc="Popsicle is a Linux utility for flashing multiple USB devices in parallel and written in Rust"
jimed-rand marked this conversation as resolved.
Show resolved Hide resolved
maintainer=("James Ed Randson <[email protected]>")
source=("https://github.com/pop-os/${gives}/releases/download/${pkgver}/Popsicle_USB_Flasher-${pkgver}-x86_64.AppImage")
sha256sums=("fb975b0362032213564531c0bfb5f2b064825b9fa58c89d6b8ebd75dfcb2db50")

package() {
install -Dm755 "Popsicle_USB_Flasher-${pkgver}-x86_64.AppImage" "${pkgdir}/usr/bin/popsicle"
install -d "${pkgdir}/usr/share/applications"
cat << EOF > "${pkgdir}/usr/share/applications/popsicle.desktop"
[Desktop Entry]
Type=Application
Name=Popsicle
Comment=Linux utility for flashing multiple USB devices in parallel
Exec=/usr/bin/popsicle
jimed-rand marked this conversation as resolved.
Show resolved Hide resolved
Icon=popsicle
Terminal=false
Categories=Application;Utilities
EOF
}
11 changes: 11 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -9627,6 +9627,17 @@ pkgbase = popcorn-time-deb

pkgname = popcorn-time-deb
---
pkgbase = popsicle-app
gives = popsicle
pkgver = 1.3.3
pkgdesc = Popsicle is a Linux utility for flashing multiple USB devices in parallel and written in Rust
arch = amd64
maintainer = James Ed Randson <[email protected]>
source = https://github.com/pop-os/popsicle/releases/download/1.3.3/Popsicle_USB_Flasher-1.3.3-x86_64.AppImage
sha256sums = fb975b0362032213564531c0bfb5f2b064825b9fa58c89d6b8ebd75dfcb2db50

pkgname = popsicle-app
---
pkgbase = popsicle
gives = popsicle
pkgver = 1.3.3
Expand Down
Loading