onlykey-gui/PKGBUILD

20 lines
656 B
Bash
Raw Normal View History

2019-10-17 19:52:36 +00:00
# Maintainer: Kiril Vladimiroff <kiril@vladimiroff.org>
# Contributor: David Thurstenson <thurstylark@gmail.com>
2019-10-17 19:52:36 +00:00
2021-12-28 04:43:50 +00:00
pkgname=onlykey-gui
2021-07-19 09:10:05 +00:00
pkgver=5.3.3
pkgrel=2
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")
sha256sums=('10611139e7cb601e49453dd9297aa8be767956c8ff37ebebeae1ac9076008e63')
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
}