-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Appstream Cli #7
Comments
I will look into this tonight. |
appstream package has been added in this repo https://github.com/leleliu008/ppkg-formula-repository-official-core/blob/master/formula/appstream.yml It could be built as a fully statically linked executable against If you want to built it as a fully statically linked executable against summary: Tools and libraries to work with AppStream metadata
web-url: https://www.freedesktop.org/wiki/Distributions/AppStream/
src-url: https://github.com/ximion/appstream/archive/refs/tags/v1.0.3.tar.gz
src-sha: dd7222519b5d855124fa803ce82a7cbf090ac6b2e44a5bc515e729b1f20a63ae
license: LGPL-2.1-or-later
dep-pkg: libxmlb libxml2 libyaml libcurl
dep-upp: gettext-tools itstool xsltproc docbook-xsl gperf
dopatch: gsed -i '/tests/d' meson.build
install: |
mesonw \
-Dsystemd=false \
-Dstemming=false \
-Dvapi=true \
-Dgir=false \
-Ddocs=false \
-Dapidocs=false \
-Dinstall-docs=false I have no idea if it really works, I had never used it, you could test it. |
Hey just in case, the binary isn't fully static: |
mostly statically linked against fully statically linked against fully statically linked against |
Thank you! |
I build only x86_64 for you, if you want other arch, please refer to https://github.com/leleliu008/test/blob/master/.github/workflows/appstream.yml |
Thank you so much @leleliu008 I have commented here probonopd/static-tools#47 (comment), hopefully they can confirm if it works. You may close this issue now. |
Hi, hope you are doing well.
I have been busy over at https://github.com/Azathothas/Toolpacks-Extras, so very far away from static things..
Recently, I found the need to use appstream-cli: https://github.com/ximion/appstream
I tried building it, but found out it's not possible.
I came across ximion/appstream#128
That lead me to this: probonopd/static-tools#47
probonopd/go-appimage#272 (comment)
Would appreciate it if you could give it a look and say if it is indeed impossible to get a static appstream-cli
Thanks!
The text was updated successfully, but these errors were encountered: