onlykey-gui/PKGBUILD

20 lines
656 B
Bash
Raw Normal View History

2019-10-17 22:52:36 +03:00
# Maintainer: Kiril Vladimiroff <kiril@vladimiroff.org>
# Contributor: David Thurstenson <thurstylark@gmail.com>
2019-10-17 22:52:36 +03:00
2021-12-27 22:43:50 -06:00
pkgname=onlykey-gui
2021-07-19 12:10:05 +03:00
pkgver=5.3.3
pkgrel=2
2019-03-29 20:43:43 -04: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-29 20:43:43 -04:00
package() {
2019-08-12 00:39:42 +03: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-29 20:43:43 -04:00
}