blob: d8b8d72497cb0edca3380e83098e2722d93f8445 (
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
# Previous maintainer: Eli Schwartz <eschwartz@archlinux.org>
# Maintainer: David Rosenstrauch <darose@darose.net>
pkgname=lastpass
pkgver=4.125.0.4
pkgrel=1
_universalver=4.49.0-1
#_chromever=4.89.0
_amo_file=4208799
_crx_id=hdokiejnpimakedhajhdlcegeplioahd
pkgdesc="The Universal LastPass installer for Firefox, Chrome, and Opera"
arch=('i686' 'x86_64')
url="https://lastpass.com"
license=('custom')
makedepends=('unzip')
optdepends=('firefox'
'chromium'
'google-chrome')
options=('!strip')
# Apparently, API endpoints are all the rage -- so this isn't actually a file...
source=("${pkgname}-${pkgver}.xpi::https://addons.mozilla.org/firefox/downloads/file/${_amo_file}/lastpass_password_manager-${pkgver}-an+fx.xpi"
"lplinux-${_universalver}.tar.bz2::https://download.cloud.lastpass.com/linux/lplinux.tar.bz2"
"com.lastpass.nplastpass.json"
"firefox-com.lastpass.nplastpass.json"
"lastpass_policy_sources.json"
"lastpass_policy_install.json"
"License.txt")
#noextract=("${pkgname}-${pkgver}.xpi"
# "lpchrome-${_chromever}.crx")
noextract=("${pkgname}-${pkgver}.xpi")
sha256sums=('ff714c257ee7fb5e4eb351a42a41c7f82c7a07c45b91f440223a2e2b1962e873'
'826e383a6bad905d942e22b14aee67dbc39e8f7a5243d706af787c8fcec6f158'
'e8eb3b585809d6644807727c5bd0a74ead96dd2c5a7e6d2ce29e0b6ea28b9e59'
'82af9e9296f92e92ca325449e0c2b2deb3c21f65afea45aeb823090cb32aad76'
'f82b920620575654fcbc0baf9b5d6c275835cbfc05b779ad309de5c6411c8bc9'
'1c061cb5352d84dd6cde4dd6ce3889d41a31fd38acc4d97a7d69709e3d5ac693'
'17a871edf1134c498f6e91465f5b3138ba5af7d822e4c253cda81ab929906388')
#b2sums=('e0e73f2d084358d41658b338890fba7fb3e0929c638e002c527e63c7d8d0a1c3bbafcf0a8bdbed94d4341465410389cdd60e8d30409e3154dfa46a2cc242590a'
# 'cd9333866516a0dc43b653106224e5ef1a228c340adac93a2541d4f337b6b865c5eed043cf914a552b390d23a471ff1f21f8439d15282b77fb69dcbd6ffa01c1'
# '258c7e2b37d424f8bec7d9932a7d854e8edcc45c5f316dfe1a0a61a2f26460714358f15414946d49b16ad205f029d6ba27641e883de610632c95dece4e032821'
# '6d7576cc4bb96be15073066d07d94981c8914427dcf35d912510566f45d67115b80fca86dd5b038a853518ff51eb50db2e68f68a8834ab4d732b0da54e0e8555'
# '85900c7c9d6c8cd81e334d03a67de31e9bc444f416af1b0d828d63ad84599a4e267971cbd10e381ff1d318dda6abac5e0c7f48f98bd8455b808eb58471982140'
# 'e093927964018f60260fff02aa7c8ad1f011d032dfb96db2eb7d7e0c4e2bd185ac321ad0c467ac0bf7d92c0fe1f814d8bda43a30b41bcc8574c0133c57376619'
# 'b0bcb7be17134a256ae9ec91de2b907ebd48f55c381348be803f2735b42857968b86efdd31dbde1e6bcd7162c8f3ce787215772af5d31569a28b5ad93e3683eb')
# 64-bit?
if [[ $CARCH = x86_64 ]]; then
_64=64
fi
prepare() {
cd "${srcdir}"
#tail -c +307 lpchrome-${_chromever}.crx > lpchrome-${_chromever}.zip
#unzip -qqo lpchrome-${_chromever}.zip -d lpchrome-${_chromever}
unzip -qqo "${pkgname}-${pkgver}.xpi" -d "${pkgname}-${pkgver}"
}
package() {
cd "${srcdir}"
# universal native messaging host
install -Dm755 nplastpass$_64 "$pkgdir"/usr/lib/lastpass/nplastpass
# Firefox
if [[ -f ${pkgname}-${pkgver}/install.rdf ]]; then
_extension_id="$(sed -n '/.*<em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' ${pkgname}-${pkgver}/install.rdf)"
else
_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' ${pkgname}-${pkgver}/manifest.json)"
fi
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
# Should this extension be unpacked or not?
if grep -q '<em:unpack>true</em:unpack>' ${pkgname}-${pkgver}/install.rdf 2>/dev/null; then
install -dm755 "${_extension_dest}"
cp -R ${pkgname}-${pkgver}/* "${_extension_dest}"
chmod -R ugo+rX "${_extension_dest}"
else
install -Dm644 ${pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
fi
# This cannot use the same (unified) file as chromium. Although chromium
# ignores the Mozilla-specific key in *its* native messaging hosts
# description, and continues to work, Firefox refuses to recognize the
# binary plugin if unknown (chromium-specific) keys are present.
install -Dm644 firefox-com.lastpass.nplastpass.json "$pkgdir"/usr/lib/mozilla/native-messaging-hosts/com.lastpass.nplastpass.json
# Chrome(ium)
for i in opt/chrome chromium chromium-dev; do
install -Dm644 com.lastpass.nplastpass.json "$pkgdir"/etc/$i/native-messaging-hosts/com.lastpass.nplastpass.json
install -Dm644 lastpass_policy_sources.json "$pkgdir"/etc/$i/policies/managed/lastpass.json
done
for i in google-chrome chromium ; do
install -Dm644 lastpass_policy_install.json "$pkgdir"/usr/share/$i/extensions/${_crx_id}.json
done
# Opera
# Plugin does not exist in Chrome Webstore version of .crx, install
# instructions claim to use that, no viable solution at the moment so this
# is disabled until an Opera user is motivated to acquire a source.
#install -Dm755 lpchrome-${_chromever}/libnplastpass${_64}.so "${pkgdir}"/usr/lib/opera/plugins/libnplastpass.so
install -Dm644 License.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
|