summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4a96fe812a628ac01b8d41a9470671226b7dacfc (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
# Maintainer: Cleboost <clement.balarot@gmail.com>
# Contributor: missing-aur project <https://github.com/Cleboost/missing-aur>

pkgname=murmure-bin
pkgver=1.10.1
pkgrel=1
pkgdesc="Privacy-first speech-to-text, running entirely on your machine (precompiled binary)"
url="https://github.com/Kieirra/murmure"
arch=("x86_64")
depends=("gtk3" "libappindicator-gtk3" "webkit2gtk-4.1")
makedepends=("libarchive")
optdepends=("wl-clipboard: Wayland clipboard support" "gtk-layer-shell: Wayland overlay support")
provides=("murmure")
conflicts=("murmure")
options=("!strip")
license=("AGPL3")

source_x86_64=("murmure-${pkgver}-amd64.deb::${url}/releases/download/${pkgver}/Murmure_amd64.deb")
sha256sums_x86_64=('049f21b5d30a79effdf43fd4f2f6b20b5a7a5f279c16db10bbafd9e37a489cf6')

package() {
  bsdtar -xOf "${srcdir}/murmure-${pkgver}-amd64.deb" data.tar.gz | bsdtar -xf - -C "${pkgdir}"
}