# Maintainer: Knut Ahlers # Contributor: Baron Hou pkgname=archisteamfarm-bin pkgver=6.0.4.4 pkgrel=1 pkgdesc="C# application that allows you to farm steam cards using multiple steam accounts simultaneously." arch=('x86_64') url="https://github.com/JustArchiNET/ArchiSteamFarm" license=("Apache") depends=(dotnet-runtime) makedepends=("unzip" "curl" "jq") noextract=('ASF-linux-x64.zip') options=("!debug" "!strip" "staticlibs") source=( "${pkgname}-${pkgver}.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/${pkgver}/ASF-linux-x64.zip" "ArchiSteamFarm-bin.desktop" ) sha512sums=('224b7db8a09d3a06def882931a969d3f35f35df817bd4df708e552882957d1f816e34d135339433f736bb81e386dd09c38548d420f846605b7f06ce7ed2552d6' '32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6') prepare() { unzip "${pkgname}-${pkgver}.zip" -d "ASF" } package() { install -Dm644 -t "${pkgdir}/usr/share/applications" "ArchiSteamFarm-bin.desktop" install -d "${pkgdir}/opt/ArchiSteamFarm-bin" cp -r "${srcdir}/ASF"/* "${pkgdir}/opt/ArchiSteamFarm-bin/" install -Dm755 -t "${pkgdir}/opt/ArchiSteamFarm-bin" "${srcdir}/ASF/ArchiSteamFarm" }