Search Criteria
Package Details: superbeam 5.1.1-1
Git Clone URL: | https://aur.archlinux.org/superbeam.git (read-only, click to copy) |
---|---|
Package Base: | superbeam |
Description: | The easiest and fastest way to share files with Android |
Upstream URL: | http://superbe.am/ |
Keywords: | filetransfer peer-to-peer |
Licenses: | |
Submitter: | julroy67 |
Maintainer: | a-ludi |
Last Packager: | a-ludi |
Votes: | 14 |
Popularity: | 0.000000 |
First Submitted: | 2013-11-27 20:18 |
Last Updated: | 2020-03-09 08:26 |
Dependencies (4)
- bash (bash-devel-git, bash-devel-static-git)
- java-environment (jdk5, tuxjdk, jdk7-openjdk-infinality, java-8-openjdk-shenandoah, jdk8-openjdk-infinality, java-gcj-compat, jdk9, zulu-10-bin, jdk-devel, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jdk12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk8-openjdk-jetbrains, jdk8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, amazon-corretto-15, jdk11-openj9-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jdk8, jdk11-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jdk11, sapmachine-jdk-bin, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jdk8-adoptopenjdk, jdk-arm, jdk11-jetbrains-imfix, java-openjdk-bin, jdk-openj9-bin, jdk-adoptopenjdk, jdk, zulu-16-bin, liberica-jdk-full-bin, jdk15-adoptopenjdk, jdk-openj9, jdk-jetbrains, java-openjdk-ea-bin, amazon-corretto-16, java-openjdk-loom-ea-bin, zulu-embedded-jdk, jdk-openjdk, jdk11-openjdk, jdk7-openjdk, jdk8-openjdk)
- java8-openjfx
- gendesk (make)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
deboeckj commented on 2017-08-19 21:50
I've disowned the package feel free to step up and update it
leledumbo commented on 2017-08-19 20:17
If any of you wants the latest version, edit PKGBUILD to the following contents:
# Maintainer: Jo De Boeck <deboeck.jo@gmail.com>
# Original Maintainer: Julien Humbert <julroy67@gmail.com>
# Contributor: danyf90
# Contributor: hermes14
pkgname=superbeam
pkgver=5.0.3
pkgrel=1
pkgdesc="The easiest and fastest way to share files with Android"
arch=('any')
url="http://superbe.am/"
license=('custom')
depends=('java-environment' 'bash')
makedepends=('gendesk')
source=("http://superbe.am/download/5294")
md5sums=("SKIP")
prepare(){
gendesk -n -f --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name="SuperBeam" --categories="Network"
}
package() {
mkdir -p "$pkgdir/usr/bin"
install -Dm755 "$srcdir/SuperBeam-5.0.3-linux.sh" "$pkgdir/usr/bin/superbeam"
install -Dm644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
install -Dm644 "$srcdir/SuperBeam.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
install -Dm644 "$srcdir/README" "$pkgdir/usr/share/doc/$pkgname/README"
}
I'll take over maintenance of this package if the original author abandon it.
EDIT:
The installed binary doesn't seem to work, though. Even the directly extracted one. I've contacted SuperBeam about this, let's wait for their answer.
donvla commented on 2017-02-26 19:26
Oh, there is a new version 5.0.3.
http://superbe.am/ver-5/
annoyingduck commented on 2017-02-25 22:48
I keep getting an update notification whenever I launch Superbeam. I re-installed the AUR package and it seems to have stopped. Strange.
donvla commented on 2017-02-25 11:33
The latest version is still 1.2.0.
annoyingduck commented on 2017-02-24 19:16
There has been a new release available for a while, can we get this package updated for the current release?
deboeckj commented on 2015-03-31 07:08
Remove duplicate download of file. Use internal script of superbeam which detects java from JAVAHOME. Also allows to pass files from the cli interface.
deboeckj commented on 2014-12-15 19:22
Can you make
printf "#!/bin/sh\n\"$JAVA_HOME/bin/java\" -jar \'/usr/share/java/$pkgname/$pkgname.jar\'" > $pkgname.sh
into
printf "#!/bin/sh\n\"$JAVA_HOME/bin/java\" -jar \'/usr/share/java/$pkgname/$pkgname.jar\' $@" > $pkgname.sh
I added a $@ to able to send a file directly usage:
superbeam fileiwonnasent
AsavarTzeth commented on 2014-02-09 12:34
You need to change source to:
source=(http://superbe.am/pc/all/$pkgname.jar
http://superbe.am/pc/linux/superbeam-linux.tar.gz)
Simply removing the "www". Otherwise it will result in a faulty "superbeam-linux.tar.gz", failing the md5sum check.
julroy67 commented on 2013-12-19 14:41
Updated, sorry for the delay.