onlykey-gui/PKGBUILD

23 lines
783 B
Bash
Raw Normal View History

2019-10-17 19:52:36 +00:00
# Maintainer: Kiril Vladimiroff <kiril@vladimiroff.org>
2019-03-30 00:43:43 +00:00
pkgname=onlykey
2021-07-19 09:10:05 +00:00
pkgver=5.3.3
2020-10-27 08:10:59 +00:00
pkgrel=1
2019-03-30 00:43:43 +00:00
pkgdesc="OnlyKey Chrome Desktop App"
arch=('x86_64')
url="https://onlykey.io/"
license=('custom')
source=("https://github.com/trustcrypto/OnlyKey-App/releases/download/v${pkgver}/OnlyKey_${pkgver}_amd64.deb"
"49-onlykey.rules")
2021-07-19 09:10:05 +00:00
sha256sums=('10611139e7cb601e49453dd9297aa8be767956c8ff37ebebeae1ac9076008e63'
'6bb0a54748ec6ce1a1186b41f45a6bfc1363998c1a88722a8f1518c3278aabef')
2019-03-30 00:43:43 +00:00
package() {
2019-08-11 21:39:42 +00:00
bsdtar -O -xf "OnlyKey_${pkgver}"*.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
find "${pkgdir}" -type d -exec chmod 755 {} +
chmod 755 "${pkgdir}"/usr/share/applications/OnlyKey.desktop
2019-03-30 00:43:43 +00:00
2019-08-11 21:39:42 +00:00
install -Dm 644 49-onlykey.rules "${pkgdir}/etc/udev/rules.d/49-onlykey.rules"
2019-03-30 00:43:43 +00:00
}