Search Criteria
Package Details: archisteamfarm-bin 5.2.8.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/archisteamfarm-bin.git (read-only, click to copy) |
---|---|
Package Base: | archisteamfarm-bin |
Description: | C# application that allows you to farm steam cards using multiple steam accounts simultaneously. |
Upstream URL: | https://github.com/JustArchiNET/ArchiSteamFarm |
Keywords: | ArchiSteamFarm archisteamfarm-bin ASF bot cards dotnet idle Steam trade |
Licenses: | Apache License 2.0 |
Submitter: | houbaron |
Maintainer: | luzifer |
Last Packager: | luzifer |
Votes: | 10 |
Popularity: | 0.093149 |
First Submitted: | 2018-10-04 07:21 (UTC) |
Last Updated: | 2022-08-05 22:44 (UTC) |
Dependencies (4)
- dotnet-runtime (dotnet-runtime-2.2, dotnet-runtime-3.0, dotnet-runtime-2.1, dotnet-runtime-5.0-bin, dotnet-runtime-bin, dotnet-runtime-preview-bin)
- curl (curl-minimal-git, curl-git) (make)
- jq (jq-git) (make)
- unzip (unzip-natspec) (make)
Latest Comments
scribwalker commented on 2022-07-05 14:06 (UTC)
The dotnet-runtime is not required as it is already included in the package as stated in their wiki, you only need the dependencies for it. I also recommend just grabbing ASF yourself from the github page since it supports auto updating and using this AUR version you do not have write permissions in the /opt directory.
C0rn3j commented on 2021-07-01 12:01 (UTC)
Please make the source file use a unique filename, currently updating from an older version fails as the build keeps trying to use old ASF-linux-x64.zip https://wiki.archlinux.org/title/Arch_package_guidelines#Package_sources
davispuh commented on 2020-01-07 20:09 (UTC)
I created package which will always provide latest version. @houbaron here's PR https://github.com/houbaron/ArchiSteamFarm-bin/pull/1
SoftwareSucks commented on 2019-07-07 17:13 (UTC)
I feel like this application could be packaged better - it updates very frequently and the AUR maintainer can't and shouldn't be expected to keep up. There's a stern warning on the wiki that the latest version is the ONLY version the ASF developers support using.
On top of that, ASF expects write privileges for the directory it's installed to. Both for the auto-update functionality and to store data and configuration files. I've manually chown-ed the entire directory for my user but I don't consider that an acceptable solution. Perhaps a link to the home folder would be more intelligent.
houbaron commented on 2018-11-14 03:39 (UTC) (edited on 2018-11-14 03:49 (UTC) by houbaron)
@yochananmarqos I tried it but got
Unsupported ZIP compression method (deflation-64-bit)
. Maybe you can help me by making pull requests on https://github.com/houbaron/ArchiSteamFarm-bin.yochananmarqos commented on 2018-11-14 02:24 (UTC) (edited on 2018-11-14 02:24 (UTC) by yochananmarqos)
FYI, the
prepare
section and theunzip
make dependency are not needed asmakepkg
automatically extracts archives.