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 ```
33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
Categories:
|
|
- Development
|
|
License: Apache-2.0
|
|
WebSite: https://sites.google.com/site/zipsigner
|
|
SourceCode: https://code.google.com/p/zip-signer/source
|
|
|
|
AutoName: ZipSigner
|
|
Summary: Sign zip, apk, and jar files
|
|
Description: |-
|
|
ZipSigner is an Android app for signing Zip, Apk, and/or Jar files on-board
|
|
Android devices. Similar to jarsigner and signapk, this app can be used to sign
|
|
update zip files, APK, or JAR files using one of the four built-in keys, or with
|
|
your own private keys. The keystore and key creation features provide some of
|
|
the same functionality as the Java keytool utility.
|
|
|
|
The built-in keys and auto-select modes allow rooted themers and modders to sign
|
|
updates and modified APKs. Signing with private keys is an activity performed by
|
|
developers in order to publish apps.
|
|
|
|
RepoType: git-svn
|
|
Repo: https://zip-signer.googlecode.com/svn/ZipSigner/trunk
|
|
|
|
Builds:
|
|
- versionName: '3.4'
|
|
versionCode: 31
|
|
disable: missing code
|
|
commit: '453'
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: '3.4'
|
|
CurrentVersionCode: 31
|