Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quiode/fdroid-rs
Rust Crate for creating and manipulating an fdroid repository
https://github.com/quiode/fdroid-rs
Last synced: 7 days ago
JSON representation
Rust Crate for creating and manipulating an fdroid repository
- Host: GitHub
- URL: https://github.com/quiode/fdroid-rs
- Owner: quiode
- License: mit
- Created: 2023-07-30T18:17:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-04T18:19:52.000Z (over 1 year ago)
- Last Synced: 2024-10-14T11:38:30.709Z (about 1 month ago)
- Language: Rust
- Size: 22.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fdroid
[![Crates.io][crates-badge]][crates-url]
[![MIT licensed][mit-badge]][mit-url]
[![Build Status][actions-badge]][actions-url]
[![Publish Status][publish-badge]][publish-url]
[![docs.rs][docs-badge]][docs-url][crates-badge]: https://img.shields.io/crates/v/fdroid.svg
[crates-url]: https://crates.io/crates/fdroid
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: https://github.com/quiode/fdroid-rs/blob/master/LICENSE
[actions-badge]: https://github.com/quiode/fdroid-rs/workflows/Check/badge.svg
[actions-url]: https://github.com/quiode/fdroid-rs/actions?query=workflow%3ACheck+branch%3Amaster
[publish-badge]: https://github.com/quiode/fdroid-rs/workflows/Publish/badge.svg
[publish-url]: https://github.com/quiode/fdroid-rs/actions?query=workflow%3APublish+branch%3Amaster
[docs-badge]: https://img.shields.io/docsrs/fdroid/latest
[docs-url]: https://docs.rs/fdroidCreate and manipulate an [fdroid](https://f-droid.org/) repository.
Uses the [fdroidserver](https://gitlab.com/fdroid/fdroidserver) tool internally.
For documentation, see the [docs.rs](http://docs.rs/fdroid) page
## Dependencies
- [fdroidserver](https://gitlab.com/fdroid/fdroidserver)
For working with the repository itself
- [android-sdk-build-tools](https://developer.android.com/tools/releases/build-tools)
Uses [aapt](https://elinux.org/Android_aapt) for extracting metadata from apks