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

pkgname=nyafetch
pkgver=1.0.0
pkgrel=1
pkgdesc="Minimalistic system fetch utility with a cute cat. Written in Rust."
url="https://github.com/xqtc161/nyafetch"
license=("BSD-3-Clause")
arch=("aarch64")
provides=("nyafetch")
conflicts=("nyafetch")
source=("https://github.com/xqtc161/nyafetch/releases/download/$pkgver/nyafetch-$pkgver-aarch64.tar.gz")
sha256sums=("d66088a24e3ffba3af6f7fc3fa2354d6d0507368b5ccb7b6bc5ecdc48c6e7a7e")

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