summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d86657f7ea9995013bc8811a04cfd106f0f6eb4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Antoni Zasada
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=audioleaf
pkgver=2.3.0
pkgrel=1
pkgdesc="Visualize music on your Nanoleaf Canvas"
url="https://github.com/alfazet/audioleaf"
license=("MIT")
arch=("x86_64")
provides=("audioleaf")
conflicts=("audioleaf")
source=("https://github.com/alfazet/audioleaf/releases/download/v$pkgver/audioleaf-$pkgver-x86_64.tar.gz")
sha256sums=("45480acba25971012d7f4165296e9fa15d939adfbc3897e5b794f153dbbc78ab")

package() {
    install -Dm755 audioleaf -t "$pkgdir/usr/bin"
    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}