6c177c1fc3
!5262 ```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
35 lines
877 B
YAML
35 lines
877 B
YAML
Categories:
|
|
- Reading
|
|
License: GPL-3.0-only
|
|
SourceCode: https://archive.softwareheritage.org/browse/origin/https://github.com/opengemara/shiurim/directory/
|
|
Bitcoin: 19p5TXDfMksHjUstFEp2PUt383Cy7JdmLa
|
|
|
|
AutoName: Shiurim
|
|
Summary: Talmud unit conversion tool
|
|
Description: |-
|
|
A quick and easy conversion tool to convert from Biblical, Mishnaic and Halachic
|
|
units to metric and imperial units.
|
|
|
|
Supports R' Avraham Chaim Na'eh and Chazon Ish shiurim. Currently, only length
|
|
conversion is supported. Other dimensions are up-coming.
|
|
|
|
Builds:
|
|
- versionName: 0.1.1
|
|
versionCode: 2
|
|
commit: 684477d7e809500265e293f07cdebacdd4e87f73
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 0.1.3
|
|
versionCode: 4
|
|
commit: 0.1.3
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 0.1.3
|
|
CurrentVersionCode: 4
|