mirror of https://github.com/mvdan/fdroidcl.git
4 changed files with 32 additions and 25 deletions
@ -0,0 +1,6 @@
|
||||
env HOME=$WORK/home |
||||
|
||||
fdroidcl update |
||||
|
||||
fdroidcl list categories |
||||
stdout 'Development' |
||||
@ -0,0 +1,15 @@
|
||||
env HOME=$WORK/home |
||||
|
||||
fdroidcl update |
||||
|
||||
fdroidcl search |
||||
stdout 'F-Droid' |
||||
|
||||
fdroidcl search fdroid.fdroid |
||||
stdout 'F-Droid' |
||||
|
||||
fdroidcl search nomatches |
||||
! stdout . |
||||
|
||||
fdroidcl search -q fdroid.fdroid |
||||
! stdout ' ' |
||||
@ -0,0 +1,11 @@
|
||||
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' |
||||
Loading…
Reference in new issue