summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e27415d7db944e91f23ba64a1758bb7e720772dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: infinite
pkgname=aonsoku-bin
pkgver=0.8.3
pkgrel=1
pkgdesc="A modern desktop client for Navidrome/Subsonic servers built with React and Rust"
arch=('x86_64')
url="https://github.com/victoralvesf/aonsoku"
license=('MIT')
depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'pango' 'webkit2gtk-4.1' 'gcc-libs' 'glibc' 'openssl' 'gst-plugins-good')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("https://github.com/victoralvesf/aonsoku/releases/download/v$pkgver/Aonsoku_"$pkgver"_amd64.deb")
sha256sums_x86_64=('7560dc4c8a62d6b57cfe06b108e13510f175356cce59d77777d7ba86a63353b1')

package() {
  # Extract package data
  tar -xz -f data.tar.gz -C "${pkgdir}"
}