summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4183bafa52fbbc48f41069ddb51408bcc11f7b1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Angelo Fallaria <ba.fallaria@gmail.com>

pkgname=treefetch-bin
pkgver=2.0.0
pkgrel=1
pkgdesc="A lightning-fast system fetch tool built with Rust."
arch=('x86_64')
url="https://github.com/angelofallars/treefetch.git"
license=('GPL3')
source=("https://github.com/angelofallars/treefetch/releases/download/v$pkgver/treefetch")
noextract=()
md5sums=("SKIP")

package() {
    mkdir -p "${pkgdir}/usr/bin/"
    install -Dm755 "${srcdir}/treefetch" "${pkgdir}/usr/bin/treefetch"
}