diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-10-17 22:13:48 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-10-17 22:16:20 +0200 |
commit | 1d4d6fb32fbbb70d7d3c1688a6f52f892624c244 (patch) | |
tree | 50d389b4986d5158b928edd1e2fe34fb8bff6c85 | |
parent | 79c054a4536b9f21fa8e98513afb2cbcd799f71e (diff) | |
download | apkbuilds-1d4d6fb32fbbb70d7d3c1688a6f52f892624c244.tar.gz apkbuilds-1d4d6fb32fbbb70d7d3c1688a6f52f892624c244.tar.bz2 apkbuilds-1d4d6fb32fbbb70d7d3c1688a6f52f892624c244.zip |
docs: Add reference to projects included
-rw-r--r-- | README.md | 41 |
1 files changed, 35 insertions, 6 deletions
@@ -22,9 +22,38 @@ curl https://artifacts.gabrielgio.me/repo/mail%40gabrielgio.me-62ddc4dc.rsa.pub # Apks -- [midr](https://git.sr.ht/~gabrielgio/midr) -- [genpass](https://git.sr.ht/~gabrielgio/genpass) -- [reddit-nextcloud-importer](https://git.sr.ht/~gabrielgio/reddit-nextcloud-importer) -- [gallery-dl](https://github.com/mikf/gallery-dl) -- [jsonpickle](https://jsonpickle.github.io/) -- [nextcloud-api-wrapper](https://github.com/luffah/nextcloud-API) + +## midr +- **url**: https://git.sr.ht/~gabrielgio/midr +- **version**: 0.1.1 +- **reason**: Own project + +## genpass +- **link**: https://git.sr.ht/~gabrielgio/genpass +- **version**: 0.1.0 +- **reason**: Own project + +## reddit-nextcloud-importer +- **link**: https://git.sr.ht/~gabrielgio/reddit-nextcloud-importer +- **version**: 0.1.2 +- **reason**: Own project + +## nextcloud-api-wrapper +- **link**: https://github.com/luffah/nextcloud-API +- **version**: 0.2.3 +- **reason**: Reddit reddit-nextcloud-importer dependency +- **releases**: https://pypi.org/project/nextcloud-api-wrapper/#history + +## gallery-dl +- **link**: https://github.com/mikf/gallery-dl +- **version**: 1.23.3 +- **reason**: Remove edge repository and reddit-nextcloud-importer dependency +- **releases**: https://github.com/mikf/gallery-dl/releases +- **source**: https://git.alpinelinux.org/aports/tree/testing/gallery-dl?h=master + +## jsonpickle +- **link**: https://jsonpickle.github.io/ +- **version**: 2.2.0 +- **reason**: Remove edge repository and reddit-nextcloud-importer dependency +- **releases**: https://github.com/jsonpickle/jsonpickle/tags +- **source**: https://git.alpinelinux.org/aports/tree/testing/py3-jsonpickle?h=master |