termux-packages icon indicating copy to clipboard operation
termux-packages copied to clipboard

[package request] ArchiSteamFarm

Open 07416 opened this issue 4 years ago • 1 comments

https://github.com/JustArchiNET/ArchiSteamFarm/

Used to "idle" Steam trading cards and adds numerous other additional features, such as automatically ignoring Steam friend requests and discount coupon drops (a form of advertising). See the wiki for further information.

Requires .NET Core runtime and on desktop the program has its internal updater.

07416 avatar Dec 12 '20 12:12 07416

Now that we have mono through #8686, it is indeed possible to run ASF inside Termux with mono installed.

Just make sure you download ASF-generic-netf.zip instead of ASF-linux-arm64.zip/ASF-linux-arm.zip/ASF-generic.zip. Unpack the zip and run mono /path/to/ArchiSteamFarm.exe --ignore-unsupported-environment. Other packages I tried returned the same error: Cannot open assembly 'ArchiSteamFarm.sh/whatever-extension': File does not contain a valid CIL image.

Due the lack of .Net development knowledge, I cannot build ASF in Termux following the Compilation Guide (after replacing dotnet and target framework). And it seems that I need to use msbuild to build C# program (?).

After reading Building packages wiki, I'm still confused. Is it required for a program to be built in Termux to get added?

Vinfall avatar Sep 27 '22 11:09 Vinfall