summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bf32458000c9cad3a56ede4e6f832381104813b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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"
}