mirror of https://github.com/mvdan/fdroidcl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
460 B
17 lines
460 B
env HOME=$WORK/home |
|
|
|
fdroidcl update |
|
|
|
fdroidcl show org.fdroid.fdroid |
|
stdout 'fdroid/fdroidclient' |
|
! stdout 'fdroid/privileged-extension' |
|
|
|
fdroidcl show org.fdroid.fdroid org.fdroid.fdroid.privileged |
|
stdout 'fdroid/fdroidclient' |
|
stdout 'fdroid/privileged-extension' |
|
|
|
fdroidcl show org.pocketworkstation.pckeyboard info.metadude.android.bitsundbaeume.schedule |
|
! stdout '&apos' |
|
! stdout '&' |
|
stdout 'Name.*Hacker''s Keyboard' |
|
stdout 'Version.*Bits-und-Baeume'
|
|
|