summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ea449c42c1e88fb765a0990f88eec995de318f7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
pkgname=treefetch
pkgver="v1.2.0"
pkgrel=1
pkgdesc="A lightning-fast system fetch tool built with Rust."
url="https://github.com/angelofallars/treefetch.git"
arch=("x86_64")
license=('GPL3')
md5sums=("3dee14788296ddfa6ec0ea64b8db9fcf")
source=("https://github.com/angelofallars/treefetch/releases/download/${pkgver}/treefetch")

package() {
  install -D "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
}