This package uses system electron, so name as -electron-bin
follow the name convention like https://aur.archlinux.org/packages?O=0&SeB=nd&K=electron-bin&outdated=&SB=p&SO=d&PP=50&submit=Go
Git Clone URL: | https://aur.archlinux.org/ipfs-desktop-electron-bin.git (read-only, click to copy) |
---|---|
Package Base: | ipfs-desktop-electron-bin |
Description: | An unobtrusive and user-friendly desktop application for IPFS on Windows, Mac and Linux. |
Upstream URL: | https://ipfs.tech/ |
Keywords: | an and application desktop for ipfs linux mac on unobtrusive user-friendly windows, |
Licenses: | MIT |
Submitter: | AsukaMinato |
Maintainer: | AsukaMinato (AronYoung, AliceAierlanta) |
Last Packager: | AsukaMinato |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-03-31 20:41 (UTC) |
Last Updated: | 2025-02-06 20:39 (UTC) |
This package uses system electron, so name as -electron-bin
follow the name convention like https://aur.archlinux.org/packages?O=0&SeB=nd&K=electron-bin&outdated=&SB=p&SO=d&PP=50&submit=Go
curl --silent "https://api.github.com/repos/ipfs/ipfs-desktop/releases/latest" | # Get latest release from GitHub api
grep '"tag_name":' | # Get tag line
sed --regexp-extended 's/.*"([^"]+)".*/\1/' # Pluck JSON value
Please remove example text and unused fields from PKGBUILD and add your name and email as maintainer.
Pinned Comments
AsukaMinato commented on 2025-02-08 11:57 (UTC)
This package uses system electron, so name as
-electron-bin
follow the name convention like https://aur.archlinux.org/packages?O=0&SeB=nd&K=electron-bin&outdated=&SB=p&SO=d&PP=50&submit=Go
AsukaMinato commented on 2023-11-08 18:41 (UTC)