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

pkgname=matugen-bin
pkgver=2.2.0
pkgrel=1
pkgdesc="A material you color generation tool with templates"
url="https://github.com/InioX/matugen"
license=("GPL-2.0")
arch=("x86_64")
provides=("matugen")
conflicts=("matugen")
source=("https://github.com/InioX/matugen/releases/download/v$pkgver/matugen-$pkgver-x86_64.tar.gz")
sha256sums=("d262d7aad645ebdc8b40b0d0b1fcb1b4d015919d63516c88e517cc87432b4be1")

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