include $(TOPDIR)/rules.mk PKG_NAME:=jsonfilter PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/jsonpath.git PKG_SOURCE_DATE:=2018-02-04 PKG_SOURCE_VERSION:=c7e938d6582a436dddc938539e72dd1320625c54 PKG_MIRROR_HASH:=0601b4d7aa5ee096e99388a57cb0701673ab58fccd6ed2984a2abbd4f846e045 CMAKE_INSTALL:=1 PKG_MAINTAINER:=Jo-Philipp Wich PKG_LICENSE:=ISC include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk define Package/jsonfilter SECTION:=base CATEGORY:=Base system DEPENDS:=+libubox +libjson-c TITLE:=OpenWrt JSON filter utility URL:=http://git.openwrt.org/?p=project/jsonpath.git endef define Package/jsonfilter/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/jsonpath $(1)/usr/bin/jsonfilter endef $(eval $(call BuildPackage,jsonfilter)) '>cgit logo index : connectbot-yubikey/open-keychain
open-keychain with patches to support ssh authenticationJames
aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/key_list_item.xml
blob: 9f9cf4eca0392ae9d09730a4d4112cd50d646092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75