summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 067a0039129fe9e1b6667cb6ac1f6e8ec2dbdb61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Demir Yerli <mrquantumoff@protonmail.com>
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=qfetch-bin
pkgver=0.9.1
pkgrel=1
pkgdesc="qfetch is a simple fetch tool inspired by pfetch, but written in rust."
url="https://bultek.synchron.com.ua/bultekdev/software/qfetch"
license=("BSD-2-Clause")
arch=("x86_64")
provides=("qfetch")
conflicts=("qfetch")
source=("https://dl.bultek.com.ua/qfetch-$pkgver-x86_64.tar.gz")
sha256sums=("eb0b940c0af6c1263433546f9544cec75c66c1dd00bae3f8758f79e1c8c41588")

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