# Maintainer: sophsystems
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=ftch-bin
pkgver=0.1.1
pkgrel=1
pkgdesc="A fast, tiny system fetch utility."
url="https://github.com/Sophed/ftch"
license=("MIT")
arch=("x86_64")
provides=("ftch")
conflicts=("ftch")
source=("https://github.com/Sophed/ftch/releases/download/v$pkgver/ftch-$pkgver-x86_64.tar.gz")
sha256sums=("03cde88d68abd15994526aaeb32f84d7fafe05e9b335d808aaf4cc819ad96577")

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