Package Details: localsend-appimage 1.17.0-1

Git Clone URL: https://aur.archlinux.org/localsend-appimage.git (read-only, click to copy)
Package Base: localsend-appimage
Description: An open source cross-platform alternative to AirDrop
Upstream URL: https://localsend.org
Licenses: Apache-2.0
Submitter: kyope
Maintainer: None
Last Packager: kyope
Votes: 2
Popularity: 0.074025
First Submitted: 2023-06-04 05:58 (UTC)
Last Updated: 2025-02-20 09:23 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

serg1o commented on 2023-12-06 19:20 (UTC) (edited on 2023-12-06 19:20 (UTC) by serg1o)

Would you consider linking the appimage so it can be used like normal via cli/scripts? Something to this effect

  mkdir "${pkgdir}/usr/bin/" && chmod 755 "${pkgdir}/usr/bin/"
  ln -s "${_installdir}" "${pkgdir}/usr/bin/localsend"

Thanks.