Search Criteria
Package Details: ftl-sdk 0.10.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/ftl-sdk.git (read-only, click to copy) |
---|---|
Package Base: | ftl-sdk |
Description: | Software Development Kit for Mixer's FTL Protocol |
Upstream URL: | https://github.com/Scrumplex/ftl-sdk |
Keywords: | ftl |
Licenses: | custom:MIT |
Provides: | libftl.so |
Submitter: | Scrumplex |
Maintainer: | HurricanePootis |
Last Packager: | Scrumplex |
Votes: | 8 |
Popularity: | 0.44 |
First Submitted: | 2021-01-05 13:40 (UTC) |
Last Updated: | 2021-08-01 08:02 (UTC) |
Dependencies (5)
- curl (curl-minimal-git, curl-git)
- jansson (jansson-git)
- cmake (cmake-git) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- make (make-git) (make)
Latest Comments
micwoj92 commented on 2022-09-12 09:08 (UTC)
No need to include make in makedepends, also I think homepage should be set to upstream repo, https://github.com/microsoft/ftl-sdk.
cobaltspace commented on 2021-07-31 22:27 (UTC) (edited on 2021-07-31 22:35 (UTC) by cobaltspace)
git is a makedependency, or
$pkgname-${_commit}::https://github.com/microsoft/ftl-sdk/archive/${_commit}.tar.gz
should be the sourceesposm03 commented on 2021-04-13 15:03 (UTC)
I had already installed jansson manually, that's why I didn't include -s. Anyway, it still fails to compile, what could be done about that?
Scrumplex commented on 2021-04-13 08:18 (UTC)
I will change the repo back to the upstream one and add patches instead to improve trust and not make you rely on my repository.
Scrumplex commented on 2021-04-13 08:14 (UTC)
esposm03: You need to run makepkg with the --syncdeps / -s flag. The package requires the jansson package, which won't be installed if you don't add -s
esposm03 commented on 2021-04-13 07:59 (UTC)
This package fails to build to me:
gives the following:
```