restore asf-ui

This commit is contained in:
Gilrain 2019-12-18 18:57:58 +01:00
parent 25b9daf419
commit 5cf5fd39c1
No known key found for this signature in database
GPG key ID: DDA0B85649CD9010
3 changed files with 17 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
pkgver = 4.1.1.4
pkgrel = 1
pkgrel = 2
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
changelog = changelog
@ -10,16 +10,19 @@ pkgbase = asf
arch = aarch64
license = Apache
makedepends = dotnet-sdk>=3.1
makedepends = npm
depends = aspnet-runtime>=3.1
backup = var/lib/asf/config/ASF.json
backup = usr/lib/asf/NLog.config
source = https://github.com/JustArchi/ArchiSteamFarm/archive/4.1.1.4.tar.gz
source = asf-ASF-ui-575e11498d432ec37a08236b8801110addac676d.tar.gz::https://github.com/JustArchiNET/ASF-ui/archive/575e11498d432ec37a08236b8801110addac676d.tar.gz
source = asf.sh
source = service
source = service.user
source = ASF.json
source = NLog.config
sha256sums = 7da3b7954300ef6a69e1ab97f96ccc66c03ccd36165c90a54cb3e539c5741d1b
sha256sums = 16283371243377d768bc3ee8d175e7bc0f291178d419cf245478516cc72e2b78
sha256sums = 8d76996c1024b80704b25af8a8800ef3f8a8a518d19c2a1e85ba62b58b22cdfd
sha256sums = ba1ff85e55e56d71dbdd0d898244ff7725bced8625f29c5389e28525e6cdb987
sha256sums = b627c8d4b3ba7f194a44749bd401b33bae601b9570da98e457737a6f9cfa408f

View file

@ -1,30 +1,38 @@
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
# Contributor: Lucki
pkgname="asf"
pkgver="4.1.1.4"
pkgrel=1
pkgrel=2
_asfuicommit="575e11498d432ec37a08236b8801110addac676d"
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
license=('Apache')
depends=('aspnet-runtime>=3.1')
makedepends=('dotnet-sdk>=3.1')
makedepends=('dotnet-sdk>=3.1' 'npm')
changelog=changelog
backup=('var/lib/asf/config/ASF.json' 'usr/lib/asf/NLog.config')
install=install
source=("https://github.com/JustArchi/ArchiSteamFarm/archive/${pkgver}.tar.gz"
"${pkgname}-ASF-ui-${_asfuicommit}.tar.gz::https://github.com/JustArchiNET/ASF-ui/archive/${_asfuicommit}.tar.gz"
"${pkgname}.sh"
"service"
"service.user"
"ASF.json"
"NLog.config")
sha256sums=('7da3b7954300ef6a69e1ab97f96ccc66c03ccd36165c90a54cb3e539c5741d1b'
'16283371243377d768bc3ee8d175e7bc0f291178d419cf245478516cc72e2b78'
'8d76996c1024b80704b25af8a8800ef3f8a8a518d19c2a1e85ba62b58b22cdfd'
'ba1ff85e55e56d71dbdd0d898244ff7725bced8625f29c5389e28525e6cdb987'
'b627c8d4b3ba7f194a44749bd401b33bae601b9570da98e457737a6f9cfa408f'
'e63a92fd8008c40dab963161bdac967b57146553c00f114469c204ac6e1795b2'
'1353977a61a2e8700df80729cabc88f453b704a0c6ccf45d80a91691fcf6338f')
prepare() {
cp -rdp --no-preserve=ownership "ASF-ui-${_asfuicommit}/." "ArchiSteamFarm-${pkgver}/ASF-ui"
}
build() {
cd ArchiSteamFarm-${pkgver}
export DOTNET_CLI_TELEMETRY_OPTOUT=1

View file

@ -1,3 +1,6 @@
2019-12-18 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 4.1.1.4-2:
pkg: restore ASF-ui functions (thanks to Lucki)
2019-12-17 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 4.1.1.4-1:
Single file publish has been disabled also on Unix OSes due to issue #1544, fixing ASF running under multiple users. Sadly it probably won't come back in the near future.