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

pkgname=kya-bin
pkgver=0.2.5
pkgrel=1
pkgdesc="Watches for new screenshots and sends them to Gyazo"
url="https://github.com/gert7/kya"
license=("MIT")
arch=("x86_64")
provides=("kya")
conflicts=("kya")
source=("https://github.com/gert7/kya/releases/download/v$pkgver/kya-$pkgver-x86_64.tar.gz")
sha256sums=("a1f2f011ca5a6cf2149ce3078b01751a447adf8ebae09925d7b747df5d87b4bf")

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