Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
https://github.com/SteamDatabase/SteamTokenDumper/releases/tag/2024.05.31
|
|
Script became a bit more involved than intended, but alas.
|
|
The configuration file is now readable by the binary but since the
directory isn’t world-writable (and shouldn’t be!) it doesn’t allow for
storing Steam credentials etc. in it.
There is no upstream versioning that I can find and downloads seem to
use the (SHA-256) hash provided at https://steamdb.info/tokendumper/ so
using a $pkgver scheme similar to that of VCS packages[1] prefixed with
a "0." allowing me to bump versions without bumping $epoch.
[1] https://wiki.archlinux.org/title/VCS_package_guidelines#Git
I might look into using unionfs-fuse as suggested for Wine packages[2]
to see if that could provide a viable work-around for this.
[2] https://wiki.archlinux.org/title/Wine_package_guidelines#UnionFsFuse
|
|
Builds and runs (though with some annoying and serious-looking
warnings), but won’t submit due to “Outdated version of dumper” which I
assume is due to the missing build token.
I will try and make a -bin PKGBUILD until I can figure out whether
building from source can be viable.
|