mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 23:34:17 +02:00
installing appimage
This commit is contained in:
5
bauh/gems/appimage/query.py
Normal file
5
bauh/gems/appimage/query.py
Normal file
@@ -0,0 +1,5 @@
|
||||
ATTRS = ('name', 'description', 'github', 'source', 'version', 'url_download', 'url_icon', 'license')
|
||||
|
||||
_SELECT_BASE = "SELECT {} FROM apps".format(','.join(ATTRS))
|
||||
|
||||
SEARCH_BY_NAME_OR_DESCRIPTION = _SELECT_BASE + " WHERE lower(name) LIKE '%{}%' or lower(description) LIKE '%{}%'"
|
||||
Reference in New Issue
Block a user